Added Vi mode to bashrc

This commit is contained in:
Talia 2017-11-04 10:19:44 +01:00
parent c34d46cd2f
commit d14a968497
1 changed files with 3 additions and 0 deletions

3
bashrc
View File

@ -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