chore: fix keybinds
This commit is contained in:
parent
2e94d2bf96
commit
c4e09d628d
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,7 @@ myKeybindings =
|
||||||
[ ("M-a s t", spawn myTerminal )
|
[ ("M-a s t", spawn myTerminal )
|
||||||
, ("M-a s d", spawn myLauncher )
|
, ("M-a s d", spawn myLauncher )
|
||||||
, ("M-a s f", spawn myFileManager)
|
, ("M-a s f", spawn myFileManager)
|
||||||
, ("M-a s s", spawn myScrot )
|
, ("M1-s", spawn myScrot )
|
||||||
|
|
||||||
-- kill/exit
|
-- kill/exit
|
||||||
, ("M-a c", kill )
|
, ("M-a c", kill )
|
||||||
|
@ -124,6 +124,7 @@ myKeybindings =
|
||||||
|
|
||||||
-- enable edit mode
|
-- enable edit mode
|
||||||
, ("M1-<Space>", setMode "edit")
|
, ("M1-<Space>", setMode "edit")
|
||||||
|
, ("M-b", setMode "edit")
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue