From c11e7957618af03823b55bb066fce312646b32a2 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 7 Jan 2019 00:12:09 +0100 Subject: [PATCH] remove unused fzf shortcuts --- vim/.vimrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 2116fbf..7c1a10d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -73,16 +73,7 @@ Plug 'junegunn/fzf.vim' nnoremap f :GFiles nnoremap F :Files nnoremap c :Commits - nnoremap bc :BCommits - nnoremap t :Tags - nnoremap bt :BTags - nnoremap l :Lines - nnoremap bl :BLines nnoremap w :Windows - nnoremap bh :History - nnoremap ch :History: - nnoremap sh :History/ - nnoremap vc :Commands nnoremap m :Maps nnoremap h :Helptags