document new feature for configuring terminal command #63
This commit is contained in:
parent
9eb8dc2509
commit
1de1082a45
1 changed files with 9 additions and 0 deletions
|
@ -115,6 +115,15 @@ fzf` before configuring options. Same goes for `fzf_vcs` module.
|
|||
From now on I assume that you're using one of the methods listed above for all
|
||||
configurations below.
|
||||
|
||||
### Windowing
|
||||
If you're using Tmux, you do not have to worry about windowing, since fzf.kak
|
||||
automatically creates all needed Tmux splits and panes for you. However in case
|
||||
you're not using Tmux, fzf.kak uses `fzf_terminal_cmd` option to call windowing
|
||||
command to create new windows. By default it is set to use `terminal` alias:
|
||||
`terminal kak -c %val{session} -e "%arg{@}"`, but some terminals can provide
|
||||
other aliases or commands, like `terminal-tab` in Kitty. You may want to edit
|
||||
this variable accordingly to your personal preferences.
|
||||
|
||||
### Mappings
|
||||
You can define what keys to use in `fzf` window via these options:
|
||||
|
||||
|
|
Loading…
Reference in a new issue