Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

[Bug] Can't bind "ctrl-shift-0" to :paredit.grow.right #14

Open
15joeybloom opened this issue Mar 1, 2014 · 0 comments
Open

[Bug] Can't bind "ctrl-shift-0" to :paredit.grow.right #14

15joeybloom opened this issue Mar 1, 2014 · 0 comments

Comments

@15joeybloom
Copy link

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]}}}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant