summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-12-13 13:18:35 +0100
committerAnton Khirnov <anton@khirnov.net>2020-12-13 13:18:35 +0100
commit891256c913b00fd631ffc92826f7a59ed4c1ddd9 (patch)
tree794dd04cca0ecaa52a1f12e5a3fd9b38aacbb99a /vim
parentd9fc5ca499a83c692da07c528c84bdfb332dd626 (diff)
vimrc: drop fuf mappings
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a706441..452b0c1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -74,9 +74,6 @@ map Q <Nop>
nmap gb :bnext<CR>
nmap gB :bprevious<CR>
map <leader>m :make<CR>
-nnoremap <Leader>b :FufBuffer<CR>
-nnoremap <Leader>d :FufDir<CR>
-nnoremap <Leader>f :FufCoverageFile<CR>
" miniSnip configuration
" FIXME split off?