tabs for everything -> tabs for indentation only
This commit is contained in:
parent
cd17806d85
commit
286691dfd2
2 changed files with 89 additions and 90 deletions
1
shellrc
1
shellrc
|
@ -186,7 +186,6 @@ if is_zsh; then
|
||||||
bindkey '^[Oc' forward-word # ctrl + right
|
bindkey '^[Oc' forward-word # ctrl + right
|
||||||
bindkey '^[Od' backward-word # ctrl + left
|
bindkey '^[Od' backward-word # ctrl + left
|
||||||
bindkey '^[[3^' delete-word # ctrl + del
|
bindkey '^[[3^' delete-word # ctrl + del
|
||||||
#bindkey '^H' backward-delete-word # ctrl + backspace
|
|
||||||
# screen
|
# screen
|
||||||
bindkey '^[[1~' beginning-of-line # home
|
bindkey '^[[1~' beginning-of-line # home
|
||||||
bindkey '^[[4~' end-of-line # end
|
bindkey '^[[4~' end-of-line # end
|
||||||
|
|
Loading…
Reference in a new issue