fixed backward-word and forward-word for urxvt
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user