diff options
-rw-r--r-- | mutt/default | 1 | ||||
-rw-r--r-- | mutt/mailcap | 13 | ||||
-rw-r--r-- | profile | 4 |
3 files changed, 8 insertions, 10 deletions
diff --git a/mutt/default b/mutt/default index 06673aa..5d7369b 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -58,6 +58,7 @@ bind index x tag-entry | |||
58 | bind index y edit-label | 58 | bind index y edit-label |
59 | bind index t edit-label | 59 | bind index t edit-label |
60 | bind index,browser l select-entry | 60 | bind index,browser l select-entry |
61 | bind browser h descend-directory | ||
61 | bind index \\ limit | 62 | bind index \\ limit |
62 | bind index \cj next-entry | 63 | bind index \cj next-entry |
63 | bind index \ck previous-entry | 64 | bind index \ck previous-entry |
diff --git a/mutt/mailcap b/mutt/mailcap index 1a44cfa..06bd67f 100644 --- a/mutt/mailcap +++ b/mutt/mailcap | |||
@@ -4,9 +4,10 @@ text/html; w3m -I %{charset} -T text/html; copiousoutput; | |||
4 | application/json; jq . %s | less -N; copiousoutput; | 4 | application/json; jq . %s | less -N; copiousoutput; |
5 | application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 5 | application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; |
6 | application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 6 | application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; |
7 | application/zip; unzip -p '%s' | less -N | 7 | application/zip; unzip -p '%s' | less -N; |
8 | application/gzip; gunzip -c '%s' | less -N | 8 | application/gzip; gunzip -c '%s' | less -N; |
9 | image/png; feh '%s' | 9 | application/image/png; feh '%s'; |
10 | image/jpg; feh '%s' | 10 | image/png; feh '%s'; |
11 | image/jpeg; feh '%s' | 11 | image/jpg; feh '%s'; |
12 | image/gif; feh '%s' | 12 | image/jpeg; feh '%s'; |
13 | image/gif; feh '%s'; | ||
@@ -60,8 +60,4 @@ fi | |||
60 | # Apply nvm | 60 | # Apply nvm |
61 | [ -e $HOME/.config/nvm/nvm.sh ] && source "$HOME/.config/nvm/nvm.sh" | 61 | [ -e $HOME/.config/nvm/nvm.sh ] && source "$HOME/.config/nvm/nvm.sh" |
62 | 62 | ||
63 | # Working DIR | ||
64 | # [[ `pwd` == $HOME ]] && test -d ~/Downloads && cd ~/Downloads | ||
65 | #cd ~/git/dumbymap 2>/dev/null || cd ~/Downloads | ||
66 | |||
67 | true | 63 | true |