aboutsummaryrefslogtreecommitdiff
path: root/vimrc.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc.dot.link')
-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>