]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Testing other key combos
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Oct 2017 13:44:54 +0000 (10:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Oct 2017 13:44:54 +0000 (10:44 -0300)
vimrc.dot.link

index cf46076ca7daf3d31408ac42df55ac115c16ee73..2f9b16209b62d6f0756ace5ebed1dabb9a28e6b6 100644 (file)
@@ -111,6 +111,14 @@ map \ec :tabclose <CR>
 map \em :q! <CR>
 map \ew :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>