# HG changeset patch # User Zeger Van de Vannet # Date 1682336164 -7200 # Node ID 288467474cb2a60c04d671d57a76450a54a184ee # Parent 15d2d492f1dbde078e53a214e2d42605071b7d08 fix: remap insert-last-word to ^g diff -r 15d2d492f1db -r 288467474cb2 dot_zshrc --- a/dot_zshrc Mon Apr 24 09:15:59 2023 +0200 +++ b/dot_zshrc Mon Apr 24 13:36:04 2023 +0200 @@ -362,7 +362,7 @@ zle -N unix-word-rubout bindkey '^w' unix-word-rubout - bindkey '^k' insert-last-word + bindkey '^g' insert-last-word } zsh-defer source ~/.zsh/zsh-vi-mode.zsh