fixed backward-word and forward-word for urxvt
This commit is contained in:
parent
a6770bc573
commit
b0cf8d5fb1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue