update keymap
This commit is contained in:
parent
29c75d0f4a
commit
d250a224e9
|
@ -173,8 +173,8 @@ editMode = mode "edit" $ mkKeysEz
|
||||||
, ("M1-C-i", sendMessage $ ShrinkFromBy R 0.01)
|
, ("M1-C-i", sendMessage $ ShrinkFromBy R 0.01)
|
||||||
|
|
||||||
-- shrink/expand the master area
|
-- shrink/expand the master area
|
||||||
, ("M-f", sendMessage Shrink)
|
, ("f", sendMessage Shrink)
|
||||||
, ("M-u", sendMessage Expand)
|
, ("u", sendMessage Expand)
|
||||||
|
|
||||||
-- number of windows in the master area
|
-- number of windows in the master area
|
||||||
, ("S-f", sendMessage (IncMasterN 1) )
|
, ("S-f", sendMessage (IncMasterN 1) )
|
||||||
|
|
Loading…
Reference in a new issue