From 31b8db0480359304ec0dd414c8f2f836e99be9c9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 23 Oct 2019 14:08:23 -0400 Subject: [PATCH] Bind 'SPC c s' to send-region-to-repl #1941 --- modules/config/default/+evil-bindings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index d86a942d5..5c31ed2ca 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -628,6 +628,7 @@ :desc "LSP Organize imports" "i" #'lsp-organize-imports :desc "Jump to documentation" "k" #'+lookup/documentation :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 newlines" "W" #'doom/delete-trailing-newlines (:when (featurep! :tools flycheck)