mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
tmux: fix bind to tmuxs
This commit is contained in:
parent
a5516e6741
commit
8efe712565
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ unbind C-b
|
|||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
|
||||
bind-key "e" run-shell "~/bin/tmuxs"
|
||||
bind-key "e" run-shell "tmux neww ~/bin/tmuxs"
|
||||
bind-key "n" run-shell -b "~/.config/tmux-plugins/tmux-fzf/scripts/session.sh new"
|
||||
bind-key "w" run-shell -b "~/.config/tmux-plugins/tmux-fzf/scripts/session.sh switch"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue