From b90be0acdf1d2bed1c361db89e9de430e4913be4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 29 May 2021 21:19:51 +0200 Subject: [PATCH] home: zsh: remove trailing whitespace --- 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 abd6e58..8f7cc4a 100644 --- a/home/zsh/extra-mappings.zsh +++ b/home/zsh/extra-mappings.zsh @@ -1,4 +1,4 @@ -# Fix delete key not working +# Fix delete key not working bindkey "\e[3~" delete-char # Fix Ctrl+u killing from the cursor instead of the whole line