Paredit
Paredit copied to clipboard
[Bug] Can't bind "ctrl-shift-0" to :paredit.grow.right
My user keymap binds "ctrl-shift-0" to :paredit.grow.right . This is the usual emacs command for forward slurp. When I try using the key binding in an editor, though, it doesn't do anything. This is strange, because I have "ctrl-shift-9" mapped to paredit: grow left and that works as it should.
Here's my user keymap file
{:+ {:editor {"alt-a" [:editor.watch.watch-selection]
"alt-shift-a" [:editor.watch.unwatch]
"pmeta-alt-shift-a" [:editor.watch.remove-all]
"pmeta-;" [:toggle-comment-selection]
"ctrl-shift-0" [:paredit.grow.right]
"ctrl-shift-9" [:paredit.grow.left]
"pmeta-shift-]" [:paredit.shrink.right]
"pmeta-shift-[" [:paredit.shrink.left]}}
:find-bar {"pmeta-f" [:find.clear
:find.hide]}
:- {:tabs {"pmeta-shift-[" [:tabs.prev]
"pmeta-shift-]" [:tabs.next]}}}