mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
Revert "tmux: remove "organic binding""
This reverts commit 760875108c.
This commit is contained in:
parent
e7f4595b52
commit
84b29bbf1c
1 changed files with 12 additions and 2 deletions
|
|
@ -59,8 +59,18 @@ unbind C-b
|
||||||
bind r source-file ~/.dotfiles/nix/homeModules/common/tmux/tmux.conf \; display-message "tmux.conf reloaded."
|
bind r source-file ~/.dotfiles/nix/homeModules/common/tmux/tmux.conf \; display-message "tmux.conf reloaded."
|
||||||
|
|
||||||
# open new window in current path
|
# open new window in current path
|
||||||
bind c new-window
|
bind c new-window -c "#{pane_current_path}"
|
||||||
bind C new-window -c "#{pane_current_path}"
|
bind C new-window
|
||||||
|
|
||||||
|
# organic jumping
|
||||||
|
bind -n C-h select-window -t 1
|
||||||
|
bind -n C-t select-window -t 2
|
||||||
|
bind -n C-n select-window -t 3
|
||||||
|
bind -n C-s select-window -t 4
|
||||||
|
bind -T copy-mode-vi C-h select-window -t 1
|
||||||
|
bind -T copy-mode-vi C-t select-window -t 2
|
||||||
|
bind -T copy-mode-vi C-n select-window -t 3
|
||||||
|
bind -T copy-mode-vi C-s select-window -t 4
|
||||||
|
|
||||||
# CLOK
|
# CLOK
|
||||||
bind t clock-mode
|
bind t clock-mode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue