diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-10 18:23:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-10 18:23:21 -0300 |
commit | 7453c059a776f7bed49901efad44c1ed66ff5c3c (patch) | |
tree | d6d37880b4c82ea40cffe7e929cff57eeed0e333 | |
parent | d85493f52892905e08bbf5c5c310a391fe159051 (diff) | |
download | vim-7453c059a776f7bed49901efad44c1ed66ff5c3c.tar.gz vim-7453c059a776f7bed49901efad44c1ed66ff5c3c.tar.bz2 |
Rollback
-rw-r--r-- | vimrc.dot.link | 14 |
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 |