Added Vi mode to bashrc
This commit is contained in:
parent
c34d46cd2f
commit
d14a968497
1 changed files with 3 additions and 0 deletions
3
bashrc
3
bashrc
|
@ -27,3 +27,6 @@ alias pi='ssh pi -t ''tmux a -t home \|\| tmux new-session -s home'''
|
||||||
alias server='ssh server -t ''tmux a -t home \|\| tmux new-session -s home'''
|
alias server='ssh server -t ''tmux a -t home \|\| tmux new-session -s home'''
|
||||||
alias ltc='getclip | luac -l -'
|
alias ltc='getclip | luac -l -'
|
||||||
stty -ixon
|
stty -ixon
|
||||||
|
|
||||||
|
# Enable Vi editing mode
|
||||||
|
set -o vi
|
||||||
|
|
Loading…
Reference in a new issue