这些命令当前在字符之间来回移动.
.tmux.conf
set -g default-terminal "screen-256@R_403_6004@"setw -g xterm-keys onset -g status-bg blackset -g status-fg whiteset -g history-limit 999999999bind C-d detachbind r source-file ~/.tmux.confset -g prefix C-z if-shell 'test "$(tmux -V)" = "tmux 1.5"' 'set -g prefix C-a,C-z'if-shell 'test "$(tmux -V)" = "tmux 1.6"' 'set -g prefix2 C-a'if-shell 'test "$(tmux -V)" = "tmux 1.7"' 'set -g prefix2 C-a'unbind C-b bind C-a send-keys C-a bind C-z send-keys C-z # These are available in iTerm by default,but need to be explicitly configured# in Terminal.app.# S-Up: ^[[1;2A# S-Down: ^[[1;2B# S-Right: ^[[1;2C# S-left: ^[[1;2Dbind -n S-Up copy-modebind -n S-Down command-promptbind -n S-Right next-windowbind -n S-left prevIoUs-window#set -g base-index 1set-window-option -g mode-keys vi解决方法 在下面添加到.tmux.conf中,您可以像在vim中一样使用hjkl,Ctrl T / Ctrl U(PageDown / Up)在tmux滚动模式下移动.更重要的是,您可以使用/搜索.
setw -g mode-keys viset -g status-keys vibind-key -t vi-edit Up history-upbind-key -t vi-edit Down history-down
希望这将帮助你:)
总结以上是内存溢出为你收集整理的键绑定 – 使用Ctrl-b和Ctrl-f的Tmux向上/向下滚动页面全部内容,希望文章能够帮你解决键绑定 – 使用Ctrl-b和Ctrl-f的Tmux向上/向下滚动页面所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)