Howto go to beginning of line in tmux after remapping prefix to CTRL+A?

后端 未结 1 1360
失恋的感觉
失恋的感觉 2021-01-30 08:33

following the suggestion in this Archlinux wiki, in the page about tmux I remapped the command key prefix to C-a, to mimic GNU screen and to have something easier o

1条回答
  •  迷失自我
    2021-01-30 09:09

    You need to tell tmux that Prefix+a should send the prefix key to the program running in the current pane:

    bind a send-prefix
    

    0 讨论(0)
提交回复
热议问题