From 804533cde06189bb2109c063092d59b2d53ee4db Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 16 Mar 2025 17:15:39 +0100 Subject: ... --- user-profiles/zsh/zshrc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'user-profiles/zsh/zshrc') diff --git a/user-profiles/zsh/zshrc b/user-profiles/zsh/zshrc index 7d0c1a16..ed614182 100644 --- a/user-profiles/zsh/zshrc +++ b/user-profiles/zsh/zshrc @@ -24,9 +24,18 @@ setopt ignore_eof bindkey -e bindkey ';5C' emacs-forward-word bindkey ';5D' emacs-backward-word +bindkey '^[[1;5C' emacs-forward-word +bindkey '^[[1;5D' emacs-backward-word +bindkey '^H' backward-kill-word autoload -Uz url-quote-magic bracketed-paste-magic zle -N self-insert url-quote-magic zle -N bracketed-paste bracketed-paste-magic setopt extended_glob + +alias -g L='| less' +alias -g S='&> /dev/null' +alias -g G='| grep' +alias -g B='&> /dev/null &' +alias -g BB='&> /dev/null &!' -- cgit v1.2.3