mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2026-02-01 21:56:57 +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
|
||||
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
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue