Add shortcuts to launch editor, file & web browsers
[khome.git] / home / .xbindkeysrc
index 52c193a..4f8117e 100644 (file)
 "video-catalog-play"
     Mod4 + v
 
+# Editor
+"gvim"
+    Mod4 + e
 # Edit specific files
 "gvim ~/TODO.md"  # .md filetype is already set to activate spell check
     alt + shift + t
 "gvim -c 'set spell' ~/Documents/Drafts.md"
     alt + shift + d
+
+# File browser
+"caja"
+    Mod4 + f
+
+# Web browser
+"qutebrowser"
+    Mod4 + w
This page took 0.028623 seconds and 4 git commands to generate.