diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-07-19 14:44:29 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-07-19 14:44:29 +0200 |
commit | b0c3ec8e044915d16b3e719bbb181816349d4229 (patch) | |
tree | 27ecf1458b8b2fd6280d5fbfc0c811046e4c5270 /nvim | |
parent | 95c1227ffab0750f110965c2c51cac9f57eac038 (diff) | |
download | dotfiles-b0c3ec8e044915d16b3e719bbb181816349d4229.tar.xz |
nvim: Remove denite bindings
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nvim')
-rw-r--r-- | nvim/init.vim | 6 |
1 files changed, 0 insertions, 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 <C-k> gk nmap <C-j> gj nmap <C-k> gk -noremap <silent> <Leader>pf :Denite file_rec<CR> -noremap <silent> <Leader>pm :Denite file_mru<CR> -noremap <silent> <Leader>pb :Denite buffer<CR> -noremap <silent> <Leader>px :Denite buffer file_mru file_rec<CR> -noremap <silent> <Leader>pg :Denite grep<CR> - map <C-p> :FzfFiles<CR> nmap <leader>; :FzfBuffers<CR> |