adding back sly keybinds
This commit is contained in:
parent
7846af446d
commit
48ed24aea2
2 changed files with 10 additions and 0 deletions
5
init.el
5
init.el
|
@ -1994,6 +1994,11 @@ targets."
|
|||
"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