aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc.dot.link14
1 files changed, 7 insertions, 7 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index 205a924..54806ee 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -124,10 +124,10 @@ nmap <ESC>n :tabnew<CR>
"map q :wqa <CR>
map c :wqa <CR>
map f :wq <CR>
-"map c :tabclose <CR><ESC>
+"map c :tabclose <CR>
map e :tabclose <CR>
-map m :q! <CR><ESC>
-map w :w <CR><ESC>
+map m :q! <CR>
+map w :w <CR>
" Write, quit and close shortcuts using Ctrl-key combos
" We're using these due to a conflict with wyrd(1)
@@ -241,10 +241,10 @@ map Od :bprevious<CR>
map Oc :bnext<CR>
" Window navigation
-map <Left> <C-w><Left><ESC>
-map <Right> <C-w><Right><ESC>
-map <Down> <C-w><Down><ESC>
-map <Up> <C-w><Up><ESC>
+map <Left> <C-w><Left>
+map <Right> <C-w><Right>
+map <Down> <C-w><Down>
+map <Up> <C-w><Up>
" See
" http://vim.wikia.com/wiki/Have_Vim_check_automatically_if_the_file_has_changed_externally