Results 1 to 1 of 1
~/.tmux.conf
none of the 4 commands in conf file can let tmux goto vi mode
-------------------------------------------
set-window-option -g mode-keys vi
set-option -g status-keys vi
set -g status-keys vi
setw -g ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-28-2012 #1Just Joined!
- Join Date
- Dec 2011
- Location
- China
- Posts
- 1
a proble about tmux
~/.tmux.conf
none of the 4 commands in conf file can let tmux goto vi mode
-------------------------------------------
set-window-option -g mode-keys vi
set-option -g status-keys vi
set -g status-keys vi
setw -g mode-keys vi
-----------------------------------------------
i write the commands above in the ~/.tmux.conf ,no one can let tmux goto vi mode :
1.press C-b
2.press [
3.use vi key such as movement key : h j k l,but the cursor do not move
the .tmux.conf can let tmux change ,because some bind key can work,but I can not goto vi mode when I want to copy someting


Reply With Quote
