From 11b1e71789c39384c5e7cf712320fd6507b41253 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 18 Dec 2020 23:22:33 +0100 Subject: vim: back to nmap instead of cmap --- vim/.vimrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vim') diff --git a/vim/.vimrc b/vim/.vimrc index 66a732a..7512334 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -88,7 +88,7 @@ nnoremap k gk nnoremap tn :tabnew nnoremap ve :Vexplore -cnoremap rt RainbowToggle +nnoremap rt :RainbowToggle " buffers nnoremap ]b :bnext @@ -109,11 +109,11 @@ nnoremap ,o :only " co = open commits explorer " gf = open git ls-files " gs = open git status -cnoremap ff Files . -cnoremap co Commits -cnoremap gf GFiles -cnoremap gs GFiles? -cnoremap gd Git diff +nnoremap :ff :Files . +nnoremap :co :Commits +nnoremap :gf :GFiles +nnoremap :gs :GFiles? +nnoremap :gd :Git diff nnoremap :pa :set paste nnoremap :npa :set nopaste -- cgit v1.2.3-18-g5258