8000 feat(tmux): Set Prefix + Enter to jump to last window · musq/dotfiles@a2bc1a9 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit a2bc1a9

Browse files
committed
feat(tmux): Set Prefix + Enter to jump to last window
1 parent 28bbf9c commit a2bc1a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/config/tmux/tmux.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ bind j select-pane -D
8181
bind k select-pane -U
8282
bind l select-pane -R
8383

84+
# [ PREFIX + Enter ] Move to the last window
85+
bind-key Enter last-window
86+
8487
# [ PREFIX + H/J/K/L ] Resize pane
8588
bind -r H resize-pane -L 5
8689
bind -r J resize-pane -D 5

0 commit comments

Comments
 (0)
0