From fcd58887dae8281790fba9b3d03c2e371d82c838 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 25 Feb 2020 23:24:40 +0100 Subject: [PATCH] [nvim] Add Fzf mappings for git, helptags --- nvim/.config/nvim/maps.vim | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/nvim/.config/nvim/maps.vim b/nvim/.config/nvim/maps.vim index 111e648..c26b2e4 100644 --- a/nvim/.config/nvim/maps.vim +++ b/nvim/.config/nvim/maps.vim @@ -141,8 +141,15 @@ noremap F :FzfRg " same full-text FZF search, but include hidden files noremap :FzfRgHidden -" FZF git diff -noremap gd :FzfGFiles? +" FZF git status +noremap gs :FzfGFiles? +" FZF git buffercommits +noremap gb :FzfBCommits +" FZF git commitlog +noremap gl :FzfCommits + +" FZF helptags +noremap :FzfHelptags " FZF colorschemes nnoremap :FzfColors