From d85493f52892905e08bbf5c5c310a391fe159051 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 10 Oct 2017 07:58:26 -0300 Subject: Adds ESC key into some key combos --- vimrc.dot.link | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vimrc.dot.link b/vimrc.dot.link index 54806ee..205a924 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -124,10 +124,10 @@ nmap n :tabnew "map q :wqa map c :wqa map f :wq -"map c :tabclose +"map c :tabclose map e :tabclose -map m :q! -map w :w +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) @@ -241,10 +241,10 @@ map Od :bprevious map Oc :bnext " Window navigation -map  -map  -map  -map  +map  +map  +map  +map  " See " http://vim.wikia.com/wiki/Have_Vim_check_automatically_if_the_file_has_changed_externally -- cgit v1.2.3