Add emacs launcher key combo
[khome.git] / home / .xbindkeysrc
index a0c2694..e667ec9 100644 (file)
 "st -e htop"
     Mod4 + h
 "st -e ncmpcpp"
-    Mod4 + n
+    Mod4 + m
 "st -e ranger"
     Mod4 + r
 
 "video-catalog-play"
     Mod4 + v
 
-# Editor
+# Editors
 "gvim"
     Mod4 + e
+"emacs"
+    Mod4 + Shift + e
 
 # Edit specific files
-"gvim ~/Documents/TODO.md"
+"cd ~/doc/TODO && emacs TODO.md"
     Mod4 + t
-"gvim ~/Documents/ideas.md"
+"cd ~/doc/ideas && emacs ideas.md"
     Mod4 + i
-"gvim ~/Documents/drafts.md"
+"cd ~/doc/drafts && drafts_prepend && emacs drafts.md"
     Mod4 + d
-"gvim ~/Documents/bookmarks.md"
+"cd ~/doc/notes && notes_prepend && emacs notes.md"
+    Mod4 + n
+"cd ~/doc/bookmarks && emacs bookmarks.md"
     Mod4 + b
+"cd ~/doc/quotations && emacs quotations.md"
+    Mod4 + q
 
 # File browser
 "pcmanfm"
     Mod4 + f
 
-# Web browser
-"brave-browser"
+# Weather
+"notify_weather"
     Mod4 + w
+
+# Calendar
+"notify_cal"
+    Mod4 + c
+
+# Status
+"notify_status"
+    Mod4 + s
+
+"notify_time-in-zones"
+    Mod4 + z
This page took 0.027613 seconds and 4 git commands to generate.