Select all on fzf.vim preview in iTerm2
I'm using iTerm2 for neovim, and when I'm trying to use alt-a
to execute the select all action in fzf.vim preview, it just simply not work because for some reasons alt-a
sends å
character.
We can let iTerm2 send escape sequence by: Preferences => Keys tab => Key Bindings => Add new with details:
- Keyboard Shortcut: press
alt-a
- Action: select Send Escape Sequence.
- Esc+: type
a
. - Save.
Now pressing alt-a
will select all in fzf.vim preview.