From: Silvio Rhatto Date: Thu, 5 Oct 2017 13:44:54 +0000 (-0300) Subject: Testing other key combos X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d7b8ce234b78db0049e087fbca3d5b2df65abecb;p=rhatto%2Fdotfiles%2Fvim.git Testing other key combos --- 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 map m :q! map w :w +" Write, quit and close shortcuts using Ctrl-key combos +" We're using these due to a conflict with wyrd(1) +"map :wqa +"map :wq +"map :tabclose +"map :q! +"map :w + " Write, quit and close shortcuts "map q :wqa "map f :wq