TMUX using HJKL to navigate panes
Standard TMUX is set to use ctrl-b + [up, down, left, right] when navigating between panes. I would like to make it so that I can use ctrl-b (or the prefix of my choice) + [h,j,k,l]. I thought I had done this with the following vi key in my ~/.tmux.conf settings: set -g status-keys vi setw -g mode-keys vi Yet this didn't seem to change anything (at least not what I was looking for). How can I get this to work. And yes my .tmux.conf is working properly. I can provide more info if needed. Update: Here is my full .tmux.conf after trying to get it to work: set -g status-keys vi setw -g mode-keys