Simplify shortcuts to TODO and Drafts
authorSiraaj Khandkar <siraaj@khandkar.net>
Sat, 29 Feb 2020 21:27:43 +0000 (16:27 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sat, 29 Feb 2020 21:27:43 +0000 (16:27 -0500)
home/.xbindkeysrc

index 4f8117e..55c0070 100644 (file)
     Mod4 + e
 # Edit specific files
 "gvim ~/TODO.md"  # .md filetype is already set to activate spell check
-    alt + shift + t
+    Mod4 + t
 "gvim -c 'set spell' ~/Documents/Drafts.md"
-    alt + shift + d
+    Mod4 + d
 
 # File browser
 "caja"
This page took 0.024652 seconds and 4 git commands to generate.