Bind 'SPC c s' to send-region-to-repl #1941
This commit is contained in:
parent
cfcaad4bfc
commit
31b8db0480
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@
|
||||||
:desc "LSP Organize imports" "i" #'lsp-organize-imports
|
:desc "LSP Organize imports" "i" #'lsp-organize-imports
|
||||||
:desc "Jump to documentation" "k" #'+lookup/documentation
|
:desc "Jump to documentation" "k" #'+lookup/documentation
|
||||||
:desc "LSP Rename" "r" #'lsp-rename
|
:desc "LSP Rename" "r" #'lsp-rename
|
||||||
|
:desc "Send to repl" "s" #'+eval/send-region-to-repl
|
||||||
:desc "Delete trailing whitespace" "w" #'delete-trailing-whitespace
|
:desc "Delete trailing whitespace" "w" #'delete-trailing-whitespace
|
||||||
:desc "Delete trailing newlines" "W" #'doom/delete-trailing-newlines
|
:desc "Delete trailing newlines" "W" #'doom/delete-trailing-newlines
|
||||||
(:when (featurep! :tools flycheck)
|
(:when (featurep! :tools flycheck)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue