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