.zshrc robustness
This commit is contained in:
parent
8f4ab2582b
commit
817a48f66f
4
.zshrc
4
.zshrc
@ -29,8 +29,8 @@ bindkey '^[[1;5C' forward-word # ctrl + ->
|
|||||||
bindkey '^[[1;5D' backward-word # ctrl + <-
|
bindkey '^[[1;5D' backward-word # ctrl + <-
|
||||||
bindkey '^[[5~' beginning-of-buffer-or-history # page up
|
bindkey '^[[5~' beginning-of-buffer-or-history # page up
|
||||||
bindkey '^[[6~' end-of-buffer-or-history # page down
|
bindkey '^[[6~' end-of-buffer-or-history # page down
|
||||||
bindkey '^[[H' beginning-of-line # home
|
bindkey "${terminfo[khome]}" beginning-of-line # home
|
||||||
bindkey '^[[F' end-of-line # end
|
bindkey "${terminfo[kend]}" end-of-line # end
|
||||||
bindkey '^[[Z' undo # shift + tab undo last action
|
bindkey '^[[Z' undo # shift + tab undo last action
|
||||||
|
|
||||||
# enable completion features
|
# enable completion features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user