Browse Source

VI keys on tmux

master
Julio Biason 5 years ago
parent
commit
b8db0ec0f8
  1. 1
      tmux/tmux.conf

1
tmux/tmux.conf

@ -6,6 +6,7 @@ unbind C-b
# use the damn mouse, for a change
setw -g mouse on
set-window-option -g mode-keys vi
# colorful terminal
set -g default-terminal "screen-256color"

Loading…
Cancel
Save