fix: conflicting tmux binds
This commit is contained in:
parent
5573e2629e
commit
d2ba47db91
1 changed files with 79 additions and 85 deletions
|
|
@ -127,12 +127,6 @@
|
||||||
|
|
||||||
set -g renumber-windows on # renumber windows when a window is closed
|
set -g renumber-windows on # renumber windows when a window is closed
|
||||||
|
|
||||||
bind k display-popup -E "\
|
|
||||||
tmux list-sessions -F '#{?session_attached,,#{session_name}}' |\
|
|
||||||
fzf --reverse -m --header=kill-session |\
|
|
||||||
xargs -I {} tmux kill-session -t {}"
|
|
||||||
|
|
||||||
|
|
||||||
bind-key "T" run-shell "sesh connect $(
|
bind-key "T" run-shell "sesh connect $(
|
||||||
sesh list -tz | fzf-tmux -p 55%,60% \
|
sesh list -tz | fzf-tmux -p 55%,60% \
|
||||||
--no-sort --border-label ' sesh ' --prompt '⚡ ' \
|
--no-sort --border-label ' sesh ' --prompt '⚡ ' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue