added ctrl-s as save in vim

This commit is contained in:
hellerve
2015-06-01 18:49:39 +02:00
parent bf1a8f8173
commit 2be96b41c0
2 changed files with 5 additions and 0 deletions

1
zshrc
View File

@@ -28,6 +28,7 @@ export NODE_PATH=/usr/local/lib/node_modules
export TERM=rxvt
export LC_ALL=$LANG
alias ..="cd .."
alias vi="stty stop '' -ixoff ; vim"
alias gcc="gcc-5"
alias g++="g++-5"
alias push="git push"