From 298a92dab9c0eb35baf66e47385ebfb3a9c2c8f2 Mon Sep 17 00:00:00 2001 From: wuqi Date: Fri, 9 Aug 2024 16:21:18 +0800 Subject: [PATCH] update --- .tmux.conf.local | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index 9d3f61e..959b552 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -452,3 +452,8 @@ tmux_conf_theme_right_separator_main='\uE0B2' tmux_conf_theme_right_separator_sub='\uE0B3' 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