mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Compare commits
3 Commits
b1af966819
...
6ff13fc071
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ff13fc071 | ||
|
|
a33cf4f287 | ||
|
|
2e2d78088a |
@@ -3,3 +3,4 @@
|
||||
# Overwrite the user tmux config with the Omarchy default and reload tmux.
|
||||
|
||||
omarchy-refresh-config tmux/tmux.conf
|
||||
tmux source-file ~/.config/tmux/tmux.conf
|
||||
|
||||
@@ -39,6 +39,16 @@ bind -n C-S-End kill-window
|
||||
bind -n C-S-PageUp next-window
|
||||
bind -n C-S-PageDown previous-window
|
||||
|
||||
bind -n M-1 select-window -t 1
|
||||
bind -n M-2 select-window -t 2
|
||||
bind -n M-3 select-window -t 3
|
||||
bind -n M-4 select-window -t 4
|
||||
bind -n M-5 select-window -t 5
|
||||
bind -n M-6 select-window -t 6
|
||||
bind -n M-7 select-window -t 7
|
||||
bind -n M-8 select-window -t 8
|
||||
bind -n M-9 select-window -t 9
|
||||
|
||||
# Session controls
|
||||
bind R command-prompt -I "#S" "rename-session -- '%%'"
|
||||
bind C new-session
|
||||
|
||||
Reference in New Issue
Block a user