diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-04 07:29:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-04 07:29:45 +0100 |
| commit | a82dc9c18d6306df3ac5a325821becf0d4d5c0c4 (patch) | |
| tree | 986aa1bad00f42549d7dd6257d048c54c1337110 | |
| parent | 2687ef233696fd7490d43086740a96126289ffec (diff) | |
maps <C-p> to FZF, previously <leader>e
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -426,7 +426,7 @@ cnoremap <C-P> <C-R>=expand("%:p:h") . "/" <CR> nnoremap <silent> <leader>b :Buffers<CR> " Open fuzzy finder (fzf.vim) -nnoremap <silent> <leader>e :FZF -m<CR> +nnoremap <silent> <C-p> :FZF -m<CR> noremap <leader>y "*y noremap <leader>Y "*Y |
