Closed CallumHoward closed 2 years ago
Hi! Where you use such key bindings?
Hello, it has the same as up
and down
arrows when the completion menu is shown (the code is also the same):
These keybindings for selecting completion is the same as Vim, and for up and down action it is common in Emacs, readline, fzf, macOS and more.
Got it! Let’s just remove code duplicates.
I rewrote the entire fx in golang. So I belove this PR is no longer actual.
Add
Ctrl
+p
andCtrl
+n
for choosing previous and next completion options. Updated documentation also.