This website requires JavaScript.
Explore
Help
Register
Sign In
Gaze
/
dotar
Watch
2
Star
1
Fork
0
You've already forked dotar
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
dotar
/
zsh
/
vi-mode.zsh
4 lines
46 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Enable vi mode in the prompt
2012-11-11 07:30:14 +08:00
set
-o vi
Ensure EDITOR/VISUAL vars set to vim [Fix #217]
2012-11-21 02:48:10 +08:00
export
EDITOR
=
vim
export
VISUAL
=
vim
Reference in New Issue
Copy Permalink