From 1de1082a45a47439a52857a8a7612c7aa624ed96 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sun, 7 Jul 2019 11:16:49 +0300 Subject: [PATCH] document new feature for configuring terminal command #63 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ee52c3b..9477cf2 100644 --- a/README.md +++ b/README.md @@ -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: