Compare commits
2 commits
95d1c36dbd
...
3bcd60a434
Author | SHA1 | Date | |
---|---|---|---|
Ryan Schanzenbacher | 3bcd60a434 | ||
Ryan Schanzenbacher | 0681e67ee4 |
|
@ -2,7 +2,7 @@
|
||||||
source = imaps://ryan%40rschanz.org@mail.rschanz.org:993
|
source = imaps://ryan%40rschanz.org@mail.rschanz.org:993
|
||||||
source-cred-cmd = cat ~/Documents/email_creds/personal.pw
|
source-cred-cmd = cat ~/Documents/email_creds/personal.pw
|
||||||
outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465
|
outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465
|
||||||
outgoing-cred-cmd = sh -c "cat ~/Documents/eml.pw"
|
outgoing-cred-cmd = cat ~/Documents/email_creds/personal.pw
|
||||||
default = INBOX
|
default = INBOX
|
||||||
from = Ryan Schanzenbacher <ryan@rschanz.org>
|
from = Ryan Schanzenbacher <ryan@rschanz.org>
|
||||||
copy-to = Sent
|
copy-to = Sent
|
||||||
|
|
|
@ -46,7 +46,7 @@ rr = :reply -a<Enter>
|
||||||
rq = :reply -aq<Enter>
|
rq = :reply -aq<Enter>
|
||||||
Rr = :reply<Enter>
|
Rr = :reply<Enter>
|
||||||
Rq = :reply -q<Enter>
|
Rq = :reply -q<Enter>
|
||||||
ff = :forward -A<Enter>
|
f = :forward -A<Enter>
|
||||||
|
|
||||||
c = :cf<space>
|
c = :cf<space>
|
||||||
$ = :term<space>
|
$ = :term<space>
|
||||||
|
@ -73,7 +73,7 @@ A = :archive flat<Enter>
|
||||||
|
|
||||||
<C-l> = :open-link <space>
|
<C-l> = :open-link <space>
|
||||||
|
|
||||||
f = :forward<Enter>
|
f = :forward -A<Enter>
|
||||||
rr = :reply -a<Enter>
|
rr = :reply -a<Enter>
|
||||||
rq = :reply -aq<Enter>
|
rq = :reply -aq<Enter>
|
||||||
Rr = :reply<Enter>
|
Rr = :reply<Enter>
|
||||||
|
@ -103,6 +103,8 @@ $ex = <C-x>
|
||||||
<backtab> = :prev-field<Enter>
|
<backtab> = :prev-field<Enter>
|
||||||
<C-p> = :prev-tab<Enter>
|
<C-p> = :prev-tab<Enter>
|
||||||
<C-n> = :next-tab<Enter>
|
<C-n> = :next-tab<Enter>
|
||||||
|
<C-c> = :cc<Enter>
|
||||||
|
<C-b> = :bcc<Enter>
|
||||||
|
|
||||||
[compose::editor]
|
[compose::editor]
|
||||||
# Keybindings used when the embedded terminal is selected in the compose view
|
# Keybindings used when the embedded terminal is selected in the compose view
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
--
|
--
|
||||||
|
|
||||||
Best,
|
Best,
|
||||||
Ryan Schanzenbacher
|
Ryan Schanzenbacher
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
--
|
--
|
||||||
|
|
||||||
Best,
|
Best,
|
||||||
Ryan Schanzenbacher
|
Ryan Schanzenbacher
|
||||||
Rochester Institute of Technology
|
Rochester Institute of Technology
|
||||||
|
|
Loading…
Reference in a new issue