sveale / remote-edit

remote-edit
MIT License
146 stars 55 forks source link

List does not show up in "code view" #91

Open lgrn opened 9 years ago

lgrn commented 9 years ago

This is on 1.8.10.

When I'm in the "coding view" (editing a file), the Ctrl+Alt+b shortcut renders no result. If I close it (the coding view, with Ctrl+W), it works again when Atom has no open tabs. Is this expected behavior?

Since the Ctrl+Shift+p shortcut works even in the "coding view" I am suspecting this is a bug.

sveale commented 9 years ago

This is not expected behavior.

All of this is handled by Atom itself through the keymap file so I'm not really sure why it's happening.

jlami commented 9 years ago

I believe this is because Atom has a default mapping for Ctrl+Alt+b now, jumping the cursor back to the previous subword boundary.

sveale commented 9 years ago

Makes sense. I'm on Mac OS X so I don't have the ability to test this myself.

Suggestions for new mappings for windows would be greatly appreciated :)

jlami commented 9 years ago

I'll have to look into that, just starting with Atom. It does show me one thing now, there are way to many key bindings by default ;)

Maybe a multi key binding? "Ctrl-o f", though I don't know if this will overwrite Ctr-o

sveale commented 9 years ago

lol thats probably true. I'll have a think about it.

@lgrn a temporary solution until new key mappings have been added and published would be to trigger browse from the command palette.