Fix double-f binding in neovim #16

Closed
opened 2022-08-24 09:34:22 +00:00 by Marty · 1 comment
Owner

There is a <leader>ff binding added to neovim currently, which I can not seem to remove. It is set to format - so presumably set by formatter.nvim, but this in turn does not seem to set the keymap?

It is somewhat of an issue since it delays quickly opening my file search <leader>f - since it waits the vim-timeout period for a second f before finally opening the file finder.

There is a `<leader>ff` binding added to neovim currently, which I can not seem to remove. It is set to `format` - so presumably set by formatter.nvim, but this in turn does not seem to set the keymap? It is somewhat of an issue since it delays quickly opening my file search `<leader>f` - since it waits the vim-timeout period for a second `f` before finally opening the file finder.
Author
Owner

File search in neovim is now on <leader>ff, with <leader>f only opening the +find group. So everything is working as expected. (Formatting with lsp is mapped to <localleader>ll instead).

File search in neovim is now on `<leader>ff`, with `<leader>f` only opening the +find *group*. So everything is working as expected. (Formatting with lsp is mapped to `<localleader>ll` instead).
Marty closed this issue 2024-02-05 08:09:11 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Marty/dotfiles#16
No description provided.