Skip to content

don't know why it still feels slower than fzf.vim #1190

Answered by ibhagwan
ssh352 asked this question in Q&A
Discussion options

You must be logged in to vote

Once you have a mapping for both \f and \fE (or any other letter after f) neovim has to wait in “operator pending” mode in order to give you an option to press the next letter, when you remove the \fE mapping neovim knows not to expect any other keypress after \f and thus executes it immediately.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@ssh352
Comment options

@ibhagwan
Comment options

Comment options

You must be logged in to vote
6 replies
@ssh352
Comment options

@ibhagwan
Comment options

@ssh352
Comment options

@ibhagwan
Comment options

Answer selected by ssh352
@ssh352
Comment options

@ibhagwan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants