1
0
Fork 0
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:
Henrik Hautakoski 2024-09-27 17:55:32 +02:00
parent a5516e6741
commit 8efe712565

View file

@ -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"