Normalize :leader/:localleader keybinds
Evil states no longer apply to them. Also removes x-alt-keysym.
This commit is contained in:
parent
9936532ea3
commit
3f195614d9
34 changed files with 626 additions and 618 deletions
|
@ -22,6 +22,6 @@
|
|||
:modes (lua-mode markdown-mode json-mode)
|
||||
:files (and "main.lua" "conf.lua")
|
||||
:on-load
|
||||
(map! :map +lua-love-mode-map
|
||||
:localleader
|
||||
:n "b" #'+lua/run-love-game))
|
||||
(map! :localleader
|
||||
:map +lua-love-mode-map
|
||||
"b" #'+lua/run-love-game))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue