Mercurial > dotfiles
comparison dot_zshrc @ 797:1f10e0814bb2
feat: update keybinds for zsh
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 12 Jun 2023 22:14:49 +0200 |
parents | 6261642f53d7 |
children | 72744c944497 |
comparison
equal
deleted
inserted
replaced
796:ca13a257ffe4 | 797:1f10e0814bb2 |
---|---|
364 | 364 |
365 bindkey '^f' autosuggest-accept | 365 bindkey '^f' autosuggest-accept |
366 | 366 |
367 zle -N unix-word-rubout | 367 zle -N unix-word-rubout |
368 bindkey '^w' unix-word-rubout | 368 bindkey '^w' unix-word-rubout |
369 bindkey '^g' insert-last-word | 369 bindkey '^[f' insert-last-word |
370 | |
371 bindkey '^[x' execute-named-cmd | |
370 } | 372 } |
371 | 373 |
372 zsh-defer source ~/.zsh/zsh-vi-mode.zsh | 374 zsh-defer source ~/.zsh/zsh-vi-mode.zsh |
373 | 375 |
374 _zsh_autosuggest_strategy_histdb_top_here() { | 376 _zsh_autosuggest_strategy_histdb_top_here() { |