TMUX using HJKL to navigate panes

前端 未结 2 1891
情书的邮戳
情书的邮戳 2021-01-31 02:15

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

2条回答
  •  余生分开走
    2021-01-31 02:38

    Did you remember to source your ~/.tmux.conf file? After making any changes in this file you need to enter the following command to see any of the changes take place

    tmux source-file ~/.tmux.conf
    

提交回复
热议问题