wip
This commit is contained in:
parent
9aad93c163
commit
8df8794d22
1 changed files with 5 additions and 3 deletions
|
@ -37,15 +37,17 @@ bind-key -n ¼ select-window -t :4
|
|||
bind-key -n ½ select-window -t :5
|
||||
bind-key -n ¬ select-window -t :6
|
||||
|
||||
# right alt + h/l
|
||||
bind -n ħ select-pane -L
|
||||
bind -n ł select-pane -R
|
||||
|
||||
# ─< set v for starting selection in copy mode >──────────────────────────────────────────
|
||||
bind -T copy-mode-vi v send -X begin-selection
|
||||
|
||||
# ─< Reload tmux configuration without restarting tmux >──────────────────────────────────
|
||||
bind r source-file ~/.tmux.conf \; display-message "Config reloaded!"
|
||||
|
||||
# ─< Use C-h and C-l to switch between panes >────────────────────────────────────────────
|
||||
bind -n C-h select-pane -L
|
||||
bind -n C-l select-pane -R
|
||||
# fullscreen
|
||||
bind -n C-f resize-pane -Z
|
||||
|
||||
# Ensure that when prefix is pressed, the mode indicator is shown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue