home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f602582
)
Add shortcuts to launch editor, file & web browsers
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sat, 29 Feb 2020 21:24:26 +0000
(16:24 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sat, 29 Feb 2020 21:26:12 +0000
(16:26 -0500)
home/.xbindkeysrc
patch
|
blob
|
blame
|
history
diff --git
a/home/.xbindkeysrc
b/home/.xbindkeysrc
index
52c193a
..
4f8117e
100644
(file)
--- a/
home/.xbindkeysrc
+++ b/
home/.xbindkeysrc
@@
-127,8
+127,19
@@
"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.022489 seconds
and
4
git commands to generate.