mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
Revert "tmux: prefix+number to move window to session"
This reverts commit f62932909f.
This commit is contained in:
parent
f62932909f
commit
2f240f9ab6
1 changed files with 10 additions and 10 deletions
20
.tmux.conf
20
.tmux.conf
|
|
@ -167,16 +167,16 @@ bind -T copy-mode-vi M-V send-keys -X cancel \; run -b "~/.config/tmux/scripts/p
|
||||||
bind -T copy-mode M-V send-keys -X cancel \; run -b "~/.config/tmux/scripts/paste_from_clipboard.sh"
|
bind -T copy-mode M-V send-keys -X cancel \; run -b "~/.config/tmux/scripts/paste_from_clipboard.sh"
|
||||||
|
|
||||||
# pane navigation
|
# pane navigation
|
||||||
bind 1 run-shell "~/.config/tmux/scripts/move_window_to_session.sh 1"
|
bind 1 select-pane -t:.1
|
||||||
bind 2 run-shell "~/.config/tmux/scripts/move_window_to_session.sh 2"
|
bind 2 select-pane -t:.2
|
||||||
bind 3 run-shell "~/.config/tmux/scripts/move_window_to_session.sh 3"
|
bind 3 select-pane -t:.3
|
||||||
bind 4 run-shell "~/.config/tmux/scripts/move_window_to_session.sh 4"
|
bind 4 select-pane -t:.4
|
||||||
bind 5 run-shell "~/.config/tmux/scripts/move_window_to_session.sh 5"
|
bind 5 select-pane -t:.5
|
||||||
bind 6 run-shell "~/.config/tmux/scripts/move_window_to_session.sh 6"
|
bind 6 select-pane -t:.6
|
||||||
bind 7 run-shell "~/.config/tmux/scripts/move_window_to_session.sh 7"
|
bind 7 select-pane -t:.7
|
||||||
bind 8 run-shell "~/.config/tmux/scripts/move_window_to_session.sh 8"
|
bind 8 select-pane -t:.8
|
||||||
bind 9 run-shell "~/.config/tmux/scripts/move_window_to_session.sh 9"
|
bind 9 select-pane -t:.9
|
||||||
bind 0 run-shell "~/.config/tmux/scripts/move_window_to_session.sh 10"
|
bind 0 select-pane -t:.10
|
||||||
bind -n M-n select-pane -L
|
bind -n M-n select-pane -L
|
||||||
bind -n M-e select-pane -D
|
bind -n M-e select-pane -D
|
||||||
bind -n M-u select-pane -U
|
bind -n M-u select-pane -U
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue