Bind 'SPC c s' to send-region-to-repl #1941

This commit is contained in:
Henrik Lissner 2019-10-23 14:08:23 -04:00
parent cfcaad4bfc
commit 31b8db0480
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)