From d67e7cd06213f9ea8cece35389eda4bd133892c5 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 20 Sep 2016 13:38:32 +0100 Subject: [PATCH] Use in mappings instead of exec --- plugin/mappings.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/mappings.vim b/plugin/mappings.vim index 4122944..ce940e8 100644 --- a/plugin/mappings.vim +++ b/plugin/mappings.vim @@ -30,8 +30,8 @@ nnoremap la :llast nnoremap d :Dox " fzf -exec 'nnoremap f :Files ' -exec 'nnoremap a :Ag ' +nnoremap f :Files +nnoremap a :Ag nnoremap g :GitFiles nnoremap b :Buffers nnoremap l :BLines @@ -52,10 +52,10 @@ nnoremap k nnoremap l " Quick tabs -exec "nmap tn :tabnew " +nmap tn :tabnew nmap tc :tabclose nmap to :tabonly -exec "nmap tm :tabmove " +nmap tm :tabmove " Clear search highlights map :noh