diff --git a/hybris.zsh b/hybris.zsh index 4b053b1..34113b9 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -14,6 +14,9 @@ open_ports() {sudo netstat -tulpen 2> /dev/null | grep "LISTEN"} r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi} dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip} +# Usefull bindings +bindkey '^[[1;5C' forward-word +bindkey '^[[1;5D' backward-word # Some exports export EDITOR=emacsclient