Add shortcuts to launch editor, file & web browsers
authorSiraaj Khandkar <siraaj@khandkar.net>
Sat, 29 Feb 2020 21:24:26 +0000 (16:24 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sat, 29 Feb 2020 21:26:12 +0000 (16:26 -0500)
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.017283 seconds and 4 git commands to generate.