zsh
This commit is contained in:
parent
da1a8cee5a
commit
e780e0edeb
@ -19,9 +19,6 @@ env:
|
|||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
||||||
- { key: F11, action: ToggleFullScreen }
|
- { key: F11, action: ToggleFullScreen }
|
||||||
- { key: H, mods: Control, chars: "\x1bb" } # one word left
|
|
||||||
- { key: L, mods: Control, chars: "\x1bf" } # one word right
|
|
||||||
|
|
||||||
|
|
||||||
live_config_reload: true
|
live_config_reload: true
|
||||||
|
|
||||||
|
|||||||
@ -25,3 +25,8 @@ bindkey '^[[6~' end-of-buffer-or-history # page down
|
|||||||
bindkey '^[[H' beginning-of-line # home
|
bindkey '^[[H' beginning-of-line # home
|
||||||
bindkey '^[[F' end-of-line # end
|
bindkey '^[[F' end-of-line # end
|
||||||
bindkey '^[[Z' undo # shift + tab undo last action
|
bindkey '^[[Z' undo # shift + tab undo last action
|
||||||
|
bindkey '`' autosuggest-accept
|
||||||
|
bindkey '^K' up-line-or-history
|
||||||
|
bindkey '^J' down-line-or-history
|
||||||
|
bindkey '^E' vi-forward-word
|
||||||
|
bindkey '^B' vi-backward-word
|
||||||
|
|||||||
@ -7,4 +7,3 @@ so ~/.subzsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|||||||
so ~/.subzsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
so ~/.subzsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
so ~/.subzsh/plugins/hlissner/zsh-autopair/autopair.zsh
|
so ~/.subzsh/plugins/hlissner/zsh-autopair/autopair.zsh
|
||||||
|
|
||||||
bindkey '`' autosuggest-accept
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user