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
|
@ -6,14 +6,14 @@
|
|||
(set-lookup-handlers! 'idris-mode
|
||||
:documentation #'idris-docs-at-point
|
||||
:file #'idris-load-file)
|
||||
(map! :map idris-mode-map
|
||||
:localleader
|
||||
:n "r" #'idris-load-file
|
||||
:n "t" #'idris-type-at-point
|
||||
:n "d" #'idris-add-clause
|
||||
:n "l" #'idris-make-lemma
|
||||
:n "c" #'idris-case-split
|
||||
:n "w" #'idris-make-with-block
|
||||
:n "m" #'idris-add-missing
|
||||
:n "p" #'idris-proof-search
|
||||
:n "h" #'idris-docs-at-point))
|
||||
(map! :localleader
|
||||
:map idris-mode-map
|
||||
"r" #'idris-load-file
|
||||
"t" #'idris-type-at-point
|
||||
"d" #'idris-add-clause
|
||||
"l" #'idris-make-lemma
|
||||
"c" #'idris-case-split
|
||||
"w" #'idris-make-with-block
|
||||
"m" #'idris-add-missing
|
||||
"p" #'idris-proof-search
|
||||
"h" #'idris-docs-at-point))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue