Skip to content

Commit 9d97778

Browse files
committed
OPENDEV - Add \fm to fuzzy-find vim key mappings
This uses `fzv.vim`'s built-in `:Map` command and mirrors the mapping for an equivalent command in our neovim-dotfiles repo. Fuzzy-finding mappings has been super useful in: 1. Finding the definitions of mappings I have muscle memory for... very quickly to port them to neovim without digging through this repo or our plugin sources. 2. Getting my footing in nvim, more generally 3. Finding mappings I didn't know we had Whether folks are using vim or nvim this mapping should be maybe one of the first things we show new devs in onboarding?
1 parent b32b623 commit 9d97778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ map <silent> <leader>ff :SmartFuzzy<CR>
376376
map <silent> <leader>fg :GFiles<CR>
377377
map <silent> <leader>fb :Buffers<CR>
378378
map <silent> <leader>ft :Tags<CR>
379+
map <silent> <leader>fm :Maps<CR>
379380
380381
map <silent> <C-p> :Files<CR>
381382

0 commit comments

Comments
 (0)