update comments
This commit is contained in:
parent
25e5f6daa6
commit
ca9db72219
|
@ -19,6 +19,7 @@ unbind-key C-b
|
||||||
set-option -g prefix C-x
|
set-option -g prefix C-x
|
||||||
bind-key C-x send-prefix
|
bind-key C-x send-prefix
|
||||||
|
|
||||||
|
|
||||||
# ----- Panes -----
|
# ----- Panes -----
|
||||||
|
|
||||||
# Splits open in the current working directory
|
# Splits open in the current working directory
|
||||||
|
@ -79,6 +80,7 @@ set -g status-justify left
|
||||||
# Color of the status bar message
|
# Color of the status bar message
|
||||||
set-option -g message-style bg=colour04,fg=colour08
|
set-option -g message-style bg=colour04,fg=colour08
|
||||||
|
|
||||||
|
|
||||||
# ----- Windows -----
|
# ----- Windows -----
|
||||||
|
|
||||||
# open a fzf popup session changer
|
# open a fzf popup session changer
|
||||||
|
@ -150,6 +152,7 @@ bind-key -T prefix v copy-mode
|
||||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||||
bind-key -T copy-mode-vi y send-keys -X rectangle-toggle
|
bind-key -T copy-mode-vi y send-keys -X rectangle-toggle
|
||||||
|
|
||||||
|
|
||||||
# ----- Plugins -----
|
# ----- Plugins -----
|
||||||
|
|
||||||
# Tmux plugin manager
|
# Tmux plugin manager
|
||||||
|
|
Loading…
Reference in a new issue