From b0c3ec8e044915d16b3e719bbb181816349d4229 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 19 Jul 2018 14:44:29 +0200 Subject: nvim: Remove denite bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nvim/init.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nvim/init.vim b/nvim/init.vim index 105849e..a67454e 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -116,11 +116,5 @@ vmap gk nmap gj nmap gk -noremap pf :Denite file_rec -noremap pm :Denite file_mru -noremap pb :Denite buffer -noremap px :Denite buffer file_mru file_rec -noremap pg :Denite grep - map :FzfFiles nmap ; :FzfBuffers -- cgit v1.2.3-54-g00ecf