update workspace logic
This commit is contained in:
parent
0603da927a
commit
fa9754e0b6
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ myKeymap =
|
||||||
, ("M-5", windows $ W.greedyView "misc" )
|
, ("M-5", windows $ W.greedyView "misc" )
|
||||||
|
|
||||||
-- cycle workspaces
|
-- cycle workspaces
|
||||||
, ("M-<Home>", prevWS)
|
, ("M-<Home>", moveTo Prev hiddenWS)
|
||||||
, ("M-<End>" , nextWS)
|
, ("M-<End>" , moveTo Next hiddenWS)
|
||||||
|
|
||||||
-- send window to workspace
|
-- send window to workspace
|
||||||
, ("M-S-1", windows $ W.shift "code" )
|
, ("M-S-1", windows $ W.shift "code" )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue