diff options
-rw-r--r-- | alias | 2 | ||||
-rw-r--r-- | mutt/muttrc | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,7 @@ sshtar() { | |||
36 | } | 36 | } |
37 | ssh.up() { | 37 | ssh.up() { |
38 | scp $1 topo:~/public/${2:-$1} | 38 | scp $1 topo:~/public/${2:-$1} |
39 | echo https://topo.tw/p/$2/$1 | 39 | echo https://topo.tw/p/$2${2:+/}$1 |
40 | } | 40 | } |
41 | ssh.up.today() { | 41 | ssh.up.today() { |
42 | DATE=$(date --iso-8601) | 42 | DATE=$(date --iso-8601) |
diff --git a/mutt/muttrc b/mutt/muttrc index 6ad1101..a30d199 100644 --- a/mutt/muttrc +++ b/mutt/muttrc | |||
@@ -46,6 +46,7 @@ bind index q browse-mailboxes | |||
46 | bind index y edit-label | 46 | bind index y edit-label |
47 | bind index x tag-entry | 47 | bind index x tag-entry |
48 | bind index t edit-label | 48 | bind index t edit-label |
49 | bind index l select-entry | ||
49 | bind index \cl limit | 50 | bind index \cl limit |
50 | bind index \cj next-entry | 51 | bind index \cj next-entry |
51 | bind index \ck previous-entry | 52 | bind index \ck previous-entry |