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 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.