Skip to content

Commit

Permalink
kamp-files -b git
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Nov 15, 2024
1 parent 6ee92de commit 0a313d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' <c-f> ':connect popup kamp-files<ret>'
map global normal -docstring 'git ls-files' <c-l> ':connect popup kamp-files backend=git<ret>'
map global normal -docstring 'git ls-files' <c-l> ':connect popup kamp-files -b git<ret>'
map global normal -docstring 'buffers' <c-b> ':connect popup kamp-buffers<ret>'
map global normal -docstring 'grep selection' <c-g> ':connect popup kamp-grep ''query=%val{selection}<a-!>''<ret>'
map global normal -docstring 'grep limit by filetype' <c-y> ':connect popup kamp-grep -t %opt{filetype}<ret>'
Expand Down

0 comments on commit 0a313d6

Please sign in to comment.