# HG changeset patch # User zegervdv # Date 1666613173 0 # Node ID b3c74bd6e485a24af6f8fe8e8e38f148fc5ac425 # Parent 679c3a5464d7a381431e17c4160ce6776c9929b6 feat: add keybind to insert last word of previous command diff -r 679c3a5464d7 -r b3c74bd6e485 dot_zshrc --- a/dot_zshrc Sun Oct 23 11:30:22 2022 +0200 +++ b/dot_zshrc Mon Oct 24 12:06:13 2022 +0000 @@ -308,6 +308,7 @@ zle -N unix-word-rubout bindkey '^w' unix-word-rubout + bindkey '^.' insert-last-word } zsh-defer source ~/.zsh/zsh-vi-mode.zsh