mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
tmux ctrl-u + ctrl-e bindings in visual mode
This commit is contained in:
parent
6274622a8d
commit
162e228142
1 changed files with 4 additions and 0 deletions
|
|
@ -293,3 +293,7 @@ bind -n F5 run-shell "~/.config/tmux/scripts/switch_session_by_index.sh 5"
|
|||
set -g default-terminal "tmux-256color"
|
||||
set -as terminal-features ",*256col*:RGB"
|
||||
set -as terminal-overrides ",*256col*:Tc"
|
||||
unbind -T copy-mode-vi C-u
|
||||
unbind -T copy-mode-vi C-e
|
||||
bind -T copy-mode-vi C-u send-keys -N 5 -X scroll-up
|
||||
bind -T copy-mode-vi C-e send-keys -N 5 -X scroll-down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue