Add json-mode
keybindings
This commit is contained in:
parent
29b12de83e
commit
1d90a6a7cd
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,13 @@
|
||||||
(map! :after json-mode
|
(map! :after json-mode
|
||||||
:map json-mode-map
|
:map json-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
"p" #'jsons-print-path))
|
:desc "Copy path" "p" #'json-mode-show-path
|
||||||
|
"t" #'json-toggle-boolean
|
||||||
|
"d" #'json-mode-kill-path
|
||||||
|
"x" #'json-nullify-sexp
|
||||||
|
"+" #'json-increment-number-at-point
|
||||||
|
"-" #'json-decrement-number-at-point
|
||||||
|
"f" #'json-mode-beautify))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue