diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-04 17:26:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-04 17:26:39 -0300 |
commit | d9e884ed3455023551470dec4e712088df5b6e2c (patch) | |
tree | b7aaea2c895b6cac02cd5df1034eba9ef28c9eb6 | |
parent | 31c582c4caa35925c9156206a8e612124ca9a57c (diff) | |
download | vim-d9e884ed3455023551470dec4e712088df5b6e2c.tar.gz vim-d9e884ed3455023551470dec4e712088df5b6e2c.tar.bz2 |
Testing Alt key combos
-rw-r--r-- | vimrc.dot.link | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link index dac239c..5439d50 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -105,17 +105,17 @@ let g:syntastic_mode_map={ 'mode': 'passive', nmap <ESC>n :tabnew<CR> " Write, quit and close shortcuts using Alt-key combos -"map q :wqa <CR> -"map f :wq <CR> -"map t :tabclose <CR> -"map m :q! <CR> -"map w :w <CR> +map q :wqa <CR> +map f :wq <CR> +map c :tabclose <CR> +map m :q! <CR> +map w :w <CR> " Write, quit and close shortcuts -map q :wqa <CR> +"map q :wqa <CR> "map f :wq <CR> -map t :tabclose <CR> -map m :q! <CR> +"map t :tabclose <CR> +"map m :q! <CR> "map w :w <CR> " NERDTree section |