Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

needed to escape the - character in key binding? #4

Open
laurelnaiad opened this issue May 17, 2014 · 4 comments
Open

needed to escape the - character in key binding? #4

laurelnaiad opened this issue May 17, 2014 · 4 comments

Comments

@laurelnaiad
Copy link

Thanks for making these utilities! I was seriously contemplating going back to Sublime over the loss of Origami! Problem solved.

FWIW, it may be just me, but on my Macbook Pro it seems I needed to remap as follows (note the backslash) to get proper shrinkage by escaping the dash character:

'.workspace .editor:not(.mini)':
  'alt-cmd-\-': 'resize-panes:shrink-active-pane'
@santip
Copy link
Owner

santip commented Jul 22, 2014

You're welcome! I actually implemented these to resist going back to Sublime

That's interesting, I did not need the escaping for it to work. I'll update the default in case it is affecting other users. Thanks for reporting!

@tristanbettany
Copy link

I had a look at this as I thought I might be having the same issue. From what I can see the keymap for shrinking the pane only works when your focused on an editable pane with a file open. If you are in the settings pane or using the term plugin in one of the panes then shrinking doesnt seem to work although growing the pane works fine. I tried escaping the dash in my keymaps and it didn't change things.

Thanks for a great plugin, stopped me going back to sublime :)

@kreeger
Copy link

kreeger commented Sep 26, 2014

Seconding @tristanbettany here — wish it would work with Settings or something like Term2. Thanks for making this plugin!

@kyriacos
Copy link

@laurelnaiad thanks for posting the fix. Had the same problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants