nvim: modules: fzf: Use the leader 'fm' mapping for marks
This commit is contained in:
parent
048095bb2e
commit
16a797df6f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ remap('n', '<Leader>fc', ':BCommits<CR>', { noremap = true })
|
|||
remap('n', '<Leader>fC', ':Commits<CR>', { noremap = true })
|
||||
remap('n', '<Leader>fh', ':History:<CR>', { noremap = true })
|
||||
remap('n', '<Leader>fH', ':History/<CR>', { noremap = true })
|
||||
remap('n', '<Leader>fm', ':Commands<CR>', { noremap = true })
|
||||
remap('n', '<Leader>fm', ':Marks<CR>', { noremap = true })
|
||||
remap('n', '<Leader>fo', ':Locate<CR>', { noremap = true })
|
||||
remap('n', '<Leader>fk', ':Maps<CR>', { noremap = true })
|
||||
remap('n', '<Leader>f/', ':Rg<CR>', { noremap = true })
|
||||
|
|
Loading…
Reference in a new issue