changeset 797:1f10e0814bb2

feat: update keybinds for zsh
author zegervdv <zegervdv@me.com>
date Mon, 12 Jun 2023 22:14:49 +0200
parents ca13a257ffe4
children dfc8b534d666
files dot_zshrc
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dot_zshrc	Tue Jun 06 06:57:53 2023 +0000
+++ b/dot_zshrc	Mon Jun 12 22:14:49 2023 +0200
@@ -366,7 +366,9 @@
 
   zle -N unix-word-rubout
   bindkey '^w' unix-word-rubout
-  bindkey '^g' insert-last-word
+  bindkey '^[f' insert-last-word
+
+  bindkey '^[x' execute-named-cmd
 }
 
 zsh-defer source ~/.zsh/zsh-vi-mode.zsh