mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add json-mode
keybindings
This commit is contained in:
@ -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))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user