aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-05 10:44:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-05 10:44:54 -0300
commitd7b8ce234b78db0049e087fbca3d5b2df65abecb (patch)
tree6e584759ccc5e878509dd08edd2f6b96aac32f84
parent5523e8650aa57934d884748e47bfa53e788567a4 (diff)
downloadvim-d7b8ce234b78db0049e087fbca3d5b2df65abecb.tar.gz
vim-d7b8ce234b78db0049e087fbca3d5b2df65abecb.tar.bz2
Testing other key combos
-rw-r--r--vimrc.dot.link8
1 files changed, 8 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index cf46076..2f9b162 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -111,6 +111,14 @@ map c :tabclose <CR>
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)
+"map <C-q> :wqa <CR>
+"map <C-f> :wq <CR>
+"map <C-c> :tabclose <CR>
+"map <C-m> :q! <CR>
+"map <C-w> :w <CR>
+
" Write, quit and close shortcuts
"map q :wqa <CR>
"map f :wq <CR>