changeset 771:653d00923944

feat: bind last word to ^k
author zegervdv <zegervdv@me.com>
date Wed, 29 Mar 2023 14:29:20 +0000
parents 9f4e4087e2e7
children a325686560b7
files dot_zshrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dot_zshrc	Wed Mar 22 11:04:41 2023 +0000
+++ b/dot_zshrc	Wed Mar 29 14:29:20 2023 +0000
@@ -362,7 +362,7 @@
 
   zle -N unix-word-rubout
   bindkey '^w' unix-word-rubout
-  bindkey '^.' insert-last-word
+  bindkey '^k' insert-last-word
 }
 
 zsh-defer source ~/.zsh/zsh-vi-mode.zsh