adding back sly keybinds
This commit is contained in:
parent
7846af446d
commit
48ed24aea2
2 changed files with 10 additions and 0 deletions
|
@ -2646,6 +2646,11 @@ Also here are some lisp specific stuff
|
|||
"gh" 'sp-backward-slurp-sexp
|
||||
"C-l" 'sp-forward-sexp
|
||||
"C-h" 'sp-backward-sexp)
|
||||
('normal sly-mrepl-mode-map
|
||||
"gl" 'sp-forward-slurp-sexp
|
||||
"gh" 'sp-backward-slurp-sexp
|
||||
"C-l" 'sp-forward-sexp
|
||||
"C-h" 'sp-backward-sexp)
|
||||
('normal cider-repl-mode-map
|
||||
"gl" 'sp-forward-slurp-sexp
|
||||
"gh" 'sp-backward-slurp-sexp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue