From 49e5fa571005da10d156d14f82e145afaf96214e Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 16 May 2025 22:33:54 +0300 Subject: =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index 9e473c4..3bf62db 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -13,6 +13,8 @@ source ~/.config/zsh/p10k/powerlevel10k.zsh-theme source ~/.config/zsh/conf.d/*.zsh source ~/.config/zsh/termsupport.zsh source ~/.config/zsh/title.zsh +foreground () { fg } +zle -N foreground antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-history-substring-search @@ -146,7 +148,7 @@ bindkey "^[[1;5D" backward-word bindkey "^[[1;5C" forward-word bindkey "^H" backward-kill-word # delete previous word with ctrl+backspace bindkey "^[[Z" undo # Shift+tab undo last action - +bindkey "^z" foreground # ctrl + space accept suggestion bindkey "^ " autosuggest-accept # }}} -- cgit v1.2.3