bring that new-vim shortcut to i3 too

Wed, 27 Sep 2017 18:46:46 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 27 Sep 2017 18:46:46 -0400
changeset 649
a421fcbe4dd4
parent 648
2918ff726641
child 650
3728333503b6

bring that new-vim shortcut to i3 too

.i3/config.d/20-binds file | annotate | diff | comparison | revisions
--- a/.i3/config.d/20-binds
+++ b/.i3/config.d/20-binds
@@ -4,7 +4,8 @@ set $mod Mod4
 floating_modifier $mod
 
 # start a terminal
-bindsym $mod+Return exec urxvtc || urxvt
+bindsym $mod+Return        exec urxvtc || urxvt
+bindsym $mod+Shift+Return  exec gvim
 
 # kill focused window
 bindsym $mod+Shift+q kill

mercurial