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