From 12ac14ccba906ae2f42fc3ed9688e20fb9c41c3f Mon Sep 17 00:00:00 2001 From: Peter Vacho Date: Wed, 31 Dec 2025 15:09:27 +0100 Subject: [PATCH 1/2] Add edit-command-line zsh keybinding --- home/.config/zsh/rc/keybinds.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.config/zsh/rc/keybinds.zsh b/home/.config/zsh/rc/keybinds.zsh index 015dbe5..b26c077 100644 --- a/home/.config/zsh/rc/keybinds.zsh +++ b/home/.config/zsh/rc/keybinds.zsh @@ -63,3 +63,7 @@ bindkey ' ' magic-space # [ctrl+space] Accept suggestion from zsh-autosuggestions plugin bindkey '^ ' autosuggest-accept +# [Ctrl-xe] - open buffer line in editor +autoload -Uz edit-command-line +zle -N edit-command-line +bindkey '^X^e' edit-command-line From d18a035f9422ed56dbf09364b420eb11d8d1c77f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 31 Dec 2025 15:30:14 +0100 Subject: [PATCH 2/2] Update pacman conf --- root/etc/pacman.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/root/etc/pacman.conf b/root/etc/pacman.conf index 1d61f71..83e49de 100644 --- a/root/etc/pacman.conf +++ b/root/etc/pacman.conf @@ -32,12 +32,15 @@ Architecture = auto #UseSyslog Color #NoProgressBar +PrettyProgressBar +#ILoveCandy CheckSpace VerbosePkgLists ParallelDownloads = 8 DownloadUser = alpm #DisableSandbox -#ILoveCandy +#DisableSandboxFilesystem +#DisableSandboxSyscalls # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages.