Go back to the main page

How to activate vi keybindings in tmux

 
# .tmux.conf
set-option -g status-keys vi
set-window-option -g mode-keys vi
  • Pushed on 06/05/2013 by Christian