changeset 780:288467474cb2

fix: remap insert-last-word to ^g
author Zeger Van de Vannet <zegervdv@me.com>
date Mon, 24 Apr 2023 13:36:04 +0200
parents 15d2d492f1db
children f8f28675afe7
files dot_zshrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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