From 068faea1e225853b3f90604eeab8f71ed679da5b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 1 Mar 2023 13:44:35 +0000 Subject: [PATCH] home: zsh: extra-mappings: use single quotes --- home/zsh/extra-mappings.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh/extra-mappings.zsh b/home/zsh/extra-mappings.zsh index 8f7cc4a..8c0d886 100644 --- a/home/zsh/extra-mappings.zsh +++ b/home/zsh/extra-mappings.zsh @@ -2,7 +2,7 @@ bindkey "\e[3~" delete-char # Fix Ctrl+u killing from the cursor instead of the whole line -bindkey \^U backward-kill-line +bindkey '^u' backward-kill-line # Use Ctrl+x-(Ctrl+)e to edit the current command line in VISUAL/EDITOR autoload -U edit-command-line