mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
fish: rename tmux helper functions
This commit is contained in:
parent
d29efab025
commit
64d001455a
12 changed files with 24 additions and 24 deletions
|
|
@ -83,9 +83,9 @@ bind [ swap-window -d -t -1
|
|||
bind ] swap-window -d -t +1
|
||||
|
||||
# Prime says the find window is for chumps. Don't use the find window
|
||||
bind -n C-f run-shell "tmux neww fish -c tmux_sessionizer"
|
||||
bind -n C-g run-shell "fish -c tmux_home"
|
||||
bind s run-shell "fish -c tmux_last"
|
||||
bind -n C-f run-shell "tmux neww fish -c tmux-sessionizer"
|
||||
bind -n C-g run-shell "fish -c tmux-home"
|
||||
bind s run-shell "fish -c tmux-last"
|
||||
|
||||
# fast kill
|
||||
bind C-k confirm-before kill-session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue