Vimify my herbstluftwm keybindings

This commit is contained in:
Tom Willemse 2016-02-10 11:15:25 +01:00
parent e6a0ffc8d0
commit 5d42e4f0ac

View file

@ -68,10 +68,10 @@ hc keybind $Mod-p pseudotile toggle
# resizing # resizing
RESIZESTEP=0.05 RESIZESTEP=0.05
hc keybind $Mod-Control-n resize left +$RESIZESTEP hc keybind $Mod-Control-h resize left +$RESIZESTEP
hc keybind $Mod-Control-e resize down +$RESIZESTEP hc keybind $Mod-Control-n resize down +$RESIZESTEP
hc keybind $Mod-Control-i resize up +$RESIZESTEP hc keybind $Mod-Control-e resize up +$RESIZESTEP
hc keybind $Mod-Control-o resize right +$RESIZESTEP hc keybind $Mod-Control-i resize right +$RESIZESTEP
# mouse # mouse
hc mouseunbind --all hc mouseunbind --all
@ -84,15 +84,15 @@ hc keybind $Mod-BackSpace cycle_monitor
hc keybind $Mod-Tab cycle_all +1 hc keybind $Mod-Tab cycle_all +1
hc keybind $Mod-Shift-Tab cycle_all -1 hc keybind $Mod-Shift-Tab cycle_all -1
# hc keybind $Mod-c cycle # hc keybind $Mod-c cycle
hc keybind $Mod-n focus left hc keybind $Mod-h focus left
hc keybind $Mod-e focus down hc keybind $Mod-n focus down
hc keybind $Mod-i focus up hc keybind $Mod-e focus up
hc keybind $Mod-o focus right hc keybind $Mod-i focus right
hc keybind $Mod-u jumpto urgent hc keybind $Mod-u jumpto urgent
hc keybind $Mod-Shift-n shift left hc keybind $Mod-Shift-h shift left
hc keybind $Mod-Shift-e shift down hc keybind $Mod-Shift-n shift down
hc keybind $Mod-Shift-i shift up hc keybind $Mod-Shift-e shift up
hc keybind $Mod-Shift-o shift right hc keybind $Mod-Shift-i shift right
# colors # colors
hc set frame_border_active_color '#3d3d3d' hc set frame_border_active_color '#3d3d3d'