aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-04 17:26:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-04 17:26:39 -0300
commitd9e884ed3455023551470dec4e712088df5b6e2c (patch)
treeb7aaea2c895b6cac02cd5df1034eba9ef28c9eb6
parent31c582c4caa35925c9156206a8e612124ca9a57c (diff)
downloadvim-d9e884ed3455023551470dec4e712088df5b6e2c.tar.gz
vim-d9e884ed3455023551470dec4e712088df5b6e2c.tar.bz2
Testing Alt key combos
-rw-r--r--vimrc.dot.link16
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