Compare commits

..

2 commits

Author SHA1 Message Date
d18a035f94
Update pacman conf 2025-12-31 15:30:14 +01:00
Peter Vacho
12ac14ccba
Add edit-command-line zsh keybinding 2025-12-31 15:09:27 +01:00
2 changed files with 8 additions and 1 deletions

View file

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

View file

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