update
This commit is contained in:
parent
2a3576e329
commit
2a2e1a2daf
3 changed files with 40 additions and 1 deletions
0
dot_config/aerc/.keep
Normal file
0
dot_config/aerc/.keep
Normal file
39
dot_config/aerc/binds.conf
Normal file
39
dot_config/aerc/binds.conf
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
H = :prev-tab<Enter>
|
||||||
|
L = :next-tab<Enter>
|
||||||
|
|
||||||
|
[messages]
|
||||||
|
q = :quit<Enter>
|
||||||
|
|
||||||
|
j = :next<Enter>
|
||||||
|
k = :prev<Enter>
|
||||||
|
<PgDn> = :next -s 100%<Enter>
|
||||||
|
<PgUp> = :prev -s 100%<Enter>
|
||||||
|
|
||||||
|
<Enter> = :view<Enter>
|
||||||
|
a = :archive flat<Enter>
|
||||||
|
c = :compose<Enter>
|
||||||
|
f = :forward<Enter>
|
||||||
|
rr = :reply -q<Enter>
|
||||||
|
ra = :reply -aq<Enter>
|
||||||
|
|
||||||
|
[view]
|
||||||
|
q = :close<Enter>
|
||||||
|
a = :archive flat<Enter>
|
||||||
|
f = :forward<Enter>
|
||||||
|
rr = :reply -q<Enter>
|
||||||
|
ra = :reply -aq<Enter>
|
||||||
|
|
||||||
|
[compose]
|
||||||
|
|
||||||
|
[compose::editor]
|
||||||
|
$noinherit = true
|
||||||
|
|
||||||
|
[compose::review]
|
||||||
|
y = :send<Enter>
|
||||||
|
n = :abort<Enter>
|
||||||
|
q = :abort<Enter>
|
||||||
|
e = :edit<Enter>
|
||||||
|
a = :attach<space>
|
||||||
|
|
||||||
|
[terminal]
|
||||||
|
$noinherit = true
|
|
@ -26,5 +26,5 @@ alias cm="chezmoi"
|
||||||
alias jrnl=" jrnl"
|
alias jrnl=" jrnl"
|
||||||
alias kill-gpg-agent="gpgconf --kill gpg-agent"
|
alias kill-gpg-agent="gpgconf --kill gpg-agent"
|
||||||
|
|
||||||
ced() { chezmoi edit $1 && chezmoi apply }
|
ced() { chezmoi edit $1 && chezmoi -v apply }
|
||||||
cpush() { chezmoi git add . -- -A && chezmoi git commit -- -m "update" && chezmoi git push }
|
cpush() { chezmoi git add . -- -A && chezmoi git commit -- -m "update" && chezmoi git push }
|
||||||
|
|
Loading…
Reference in a new issue