aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias1
-rw-r--r--mutt/muttrc.topo8
2 files changed, 5 insertions, 4 deletions
diff --git a/alias b/alias
index e10cf6d..446efa5 100644
--- a/alias
+++ b/alias
@@ -494,6 +494,7 @@ bak() {
494wrap2geojson() { jq -s '{ type: "FeatureCollection", features: . }'; } 494wrap2geojson() { jq -s '{ type: "FeatureCollection", features: . }'; }
495alias cdtrash='cd ~/.local/share/Trash' 495alias cdtrash='cd ~/.local/share/Trash'
496trash() { mv $@ ~/.local/share/Trash; } 496trash() { mv $@ ~/.local/share/Trash; }
497alias ge='graph-easy --boxart'
497 498
498# task 499# task
499alias tk='task' 500alias tk='task'
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo
index 2fb5f35..6ed8270 100644
--- a/mutt/muttrc.topo
+++ b/mutt/muttrc.topo
@@ -65,7 +65,6 @@ folder-hook ~/Maildir 'source ~/.config/mutt/muttrc.b97602041'
65 65
66# Change mailboxes 66# Change mailboxes
67macro index,pager gi "<change-folder>+INBOX<Return>" "Switch to INBOX folder" 67macro index,pager gi "<change-folder>+INBOX<Return>" "Switch to INBOX folder"
68macro index,pager gj "<change-folder>+japan<Return>"
69macro index,pager gm "<change-folder>+mbox<Return>" "Switch to mbox folder" 68macro index,pager gm "<change-folder>+mbox<Return>" "Switch to mbox folder"
70macro index,pager gp "<change-folder>+pay<Return>" "Switch to pay folder" 69macro index,pager gp "<change-folder>+pay<Return>" "Switch to pay folder"
71macro index,pager gh "<change-folder>+hometeach<Return>" "Switch to hometeach folder" 70macro index,pager gh "<change-folder>+hometeach<Return>" "Switch to hometeach folder"
@@ -74,6 +73,7 @@ macro index,pager gS "<change-folder>+spam<Return>" "Switch to sp
74macro index,pager gd "<change-folder>+DeltaChat<Return>" "Switch to DeltaChat folder" 73macro index,pager gd "<change-folder>+DeltaChat<Return>" "Switch to DeltaChat folder"
75macro index,pager gD "<change-folder>+Drafts<Return>" "Switch to Drafts folder" 74macro index,pager gD "<change-folder>+Drafts<Return>" "Switch to Drafts folder"
76macro index,pager gt "<change-folder>+Trash<Return>" "Switch to Trash folder" 75macro index,pager gt "<change-folder>+Trash<Return>" "Switch to Trash folder"
77macro index,pager gl "<change-folder>+login<Return>" "Switch to INBOX folder" 76macro index,pager gl "<change-folder>+login<Return>" "Switch to login folder"
78macro index,pager ga "<change-folder>+arch-general<Return>" "Switch to INBOX folder" 77macro index,pager ga "<change-folder>+arch-general<Return>" "Switch to arch-general folder"
79macro index,pager gk "<change-folder>+keep<Return>" "Switch to INBOX folder" 78macro index,pager gk "<change-folder>+keep<Return>" "Switch to keep folder"
79macro index,pager gu "<change-folder>+update<Return>" "Switch to update folder"