mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
tmux: remove "organic binding"
I spend more time in neovim, and I should make neovim bindings better at the compromise of worse tmux bindings. We only have a certain amount of keys ¯\_(ツ)_/¯
This commit is contained in:
parent
2ee61c3c0e
commit
760875108c
1 changed files with 2 additions and 12 deletions
|
|
@ -59,18 +59,8 @@ 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 -c "#{pane_current_path}"
|
bind c new-window
|
||||||
bind C new-window
|
bind C new-window -c "#{pane_current_path}"
|
||||||
|
|
||||||
# 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