tmux: update
This commit is contained in:
@@ -24,8 +24,9 @@ set -g renumber-windows on
|
|||||||
# https://github.com/tmux/tmux/issues/353#issuecomment-265154018
|
# https://github.com/tmux/tmux/issues/353#issuecomment-265154018
|
||||||
set -g focus-events off
|
set -g focus-events off
|
||||||
|
|
||||||
set-option -g default-terminal "screen-256color"
|
# https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
|
||||||
set-option -ga terminal-overrides ',*-256color*:Tc'
|
set -g default-terminal "tmux-256color"
|
||||||
|
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||||
|
|
||||||
# => Theme
|
# => Theme
|
||||||
set -g status-style fg=white,bg=black
|
set -g status-style fg=white,bg=black
|
||||||
@@ -89,8 +90,8 @@ unbind-key -T copy-mode-vi v
|
|||||||
bind-key -T copy-mode-vi 'v' send -X begin-selection # Begin selection in copy mode.
|
bind-key -T copy-mode-vi 'v' send -X begin-selection # Begin selection in copy mode.
|
||||||
bind-key -T copy-mode-vi 'C-v' send -X rectangle-toggle # Begin selection in copy mode.
|
bind-key -T copy-mode-vi 'C-v' send -X rectangle-toggle # Begin selection in copy mode.
|
||||||
bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "pbcopy" # Yank selection in copy mode.
|
bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "pbcopy" # Yank selection in copy mode.
|
||||||
bind-key -T copy-mode-vi 'K' send -X halfpage-up
|
bind-key -T copy-mode-vi 'H' send -X back-to-indentation
|
||||||
bind-key -T copy-mode-vi 'J' send -X halfpage-down
|
bind-key -T copy-mode-vi 'L' send -X end-of-line
|
||||||
|
|
||||||
bind N new-session
|
bind N new-session
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user