"map \eq :wqa <CR>
map \ec :wqa <CR>
map \ef :wq <CR>
-"map \ec :tabclose <CR><ESC>
+"map \ec :tabclose <CR>
map \ee :tabclose <CR>
-map \em :q! <CR><ESC>
-map \ew :w <CR><ESC>
+map \em :q! <CR>
+map \ew :w <CR>
" Write, quit and close shortcuts using Ctrl-key combos
" We're using these due to a conflict with wyrd(1)
map \eOc :bnext<CR>
" Window navigation
-map \e<Left> <C-w><Left><ESC>
-map \e<Right> <C-w><Right><ESC>
-map \e<Down> <C-w><Down><ESC>
-map \e<Up> <C-w><Up><ESC>
+map \e<Left> <C-w><Left>
+map \e<Right> <C-w><Right>
+map \e<Down> <C-w><Down>
+map \e<Up> <C-w><Up>
" See
" http://vim.wikia.com/wiki/Have_Vim_check_automatically_if_the_file_has_changed_externally