From 9f079cc00c6f69364d56e45d8d8a7abc3ee419f2 Mon Sep 17 00:00:00 2001 From: Peter Rice Date: Wed, 4 Mar 2020 12:52:55 -0500 Subject: [PATCH] denite bindings --- nvim/.config/nvim/plugins.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/.config/nvim/plugins.toml b/nvim/.config/nvim/plugins.toml index ea26e3b..84ae168 100644 --- a/nvim/.config/nvim/plugins.toml +++ b/nvim/.config/nvim/plugins.toml @@ -39,8 +39,9 @@ function! s:denite_my_settings() abort \ denite#do_map('toggle_select').'k' endfunction -nnoremap * g*N:Denite grep:::\\b/\\b +nnoremap * :Denite grep:::\\b\\b nnoremap fr :Denite file/rec +nnoremap b :Denite buffer """ hook_post_source = """ call denite#custom#var('file/rec', 'command', -- 2.26.2