1
0
Fork 0

fixed backward-word and forward-word for urxvt

This commit is contained in:
Maurice Audin 2017-11-30 15:32:26 +01:00
parent a6770bc573
commit b0cf8d5fb1

View file

@ -15,8 +15,8 @@ r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip} dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip}
# Usefull bindings # Usefull bindings
bindkey '^[[1;5C' forward-word bindkey "^[Od" backward-word
bindkey '^[[1;5D' backward-word bindkey "^[Oc" forward-word
# Some exports # Some exports
export EDITOR=emacsclient export EDITOR=emacsclient