From 0a313d62d5cc3bea6c4c30da07b76affc3594729 Mon Sep 17 00:00:00 2001 From: Vladimir Bauer Date: Fri, 15 Nov 2024 12:31:59 +0500 Subject: [PATCH] kamp-files -b git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea4b73..9b84f76 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Following mappings use [tmux-terminal-popup](https://github.com/alexherbo2/tmux. ```kak alias global popup tmux-terminal-popup map global normal -docstring 'files' ':connect popup kamp-files' -map global normal -docstring 'git ls-files' ':connect popup kamp-files backend=git' +map global normal -docstring 'git ls-files' ':connect popup kamp-files -b git' map global normal -docstring 'buffers' ':connect popup kamp-buffers' map global normal -docstring 'grep selection' ':connect popup kamp-grep ''query=%val{selection}''' map global normal -docstring 'grep limit by filetype' ':connect popup kamp-grep -t %opt{filetype}'