Files
snips/vi-mode
Dustin C. Hatch c68761170b vi-mode: Shell pipeline to set vi mode
This snip can be used to set the shell and tmux to vi mode.
2018-02-16 10:01:18 -06:00

1 line
78 B
Plaintext

export EDITOR=vi; set -o vi; [ -x /usr/bin/tmux ] && tmux setw -g mode-keys vi