This commit is contained in:
wuqi 2024-08-09 16:21:18 +08:00
parent f417dce668
commit 298a92dab9

View File

@ -452,3 +452,8 @@ tmux_conf_theme_right_separator_main='\uE0B2'
tmux_conf_theme_right_separator_sub='\uE0B3' tmux_conf_theme_right_separator_sub='\uE0B3'
set-option -g default-shell /bin/zsh set-option -g default-shell /bin/zsh
bind -n M-l send-keys Right
bind -n M-h send-keys Left
bind -n M-j send-keys Down
bind -n M-k send-keys Up