mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2026-02-02 06:06:56 +00:00
Compare commits
2 commits
873d78021e
...
d18a035f94
| Author | SHA1 | Date | |
|---|---|---|---|
| d18a035f94 | |||
|
|
12ac14ccba |
2 changed files with 8 additions and 1 deletions
|
|
@ -63,3 +63,7 @@ bindkey ' ' magic-space
|
||||||
# [ctrl+space] Accept suggestion from zsh-autosuggestions plugin
|
# [ctrl+space] Accept suggestion from zsh-autosuggestions plugin
|
||||||
bindkey '^ ' autosuggest-accept
|
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
|
||||||
|
|
|
||||||
|
|
@ -32,12 +32,15 @@ Architecture = auto
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
Color
|
Color
|
||||||
#NoProgressBar
|
#NoProgressBar
|
||||||
|
PrettyProgressBar
|
||||||
|
#ILoveCandy
|
||||||
CheckSpace
|
CheckSpace
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
ParallelDownloads = 8
|
ParallelDownloads = 8
|
||||||
DownloadUser = alpm
|
DownloadUser = alpm
|
||||||
#DisableSandbox
|
#DisableSandbox
|
||||||
#ILoveCandy
|
#DisableSandboxFilesystem
|
||||||
|
#DisableSandboxSyscalls
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# 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.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue