This commit is contained in:
TheK4n 2022-06-07 16:14:31 +03:00
parent da1a8cee5a
commit e780e0edeb
3 changed files with 5 additions and 4 deletions

View File

@ -19,9 +19,6 @@ env:
key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
- { 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

View File

@ -25,3 +25,8 @@ bindkey '^[[6~' end-of-buffer-or-history # page down
bindkey '^[[H' beginning-of-line # home
bindkey '^[[F' end-of-line # end
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

View File

@ -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/hlissner/zsh-autopair/autopair.zsh
bindkey '`' autosuggest-accept