gepoch / vim-surround

Surround for the Atom editor.
MIT License
52 stars 2 forks source link

Shift modified characters not working in Linux. #6

Closed gepoch closed 9 years ago

gepoch commented 9 years ago

I can't get "", (), or {} to work anymore.

It seems that vim-mode isn't parsing these keystrokes correctly.

I believe this is related to vim-mode #389 which has been fixed in the gg case, but not for shifted characters.

gepoch commented 9 years ago

I'll be filing a more specific and useful bug report against vim-mode soon.

gepoch commented 9 years ago

This is a summary of what I think the problem is:

https://github.com/atom/vim-mode/issues/495

gepoch commented 9 years ago

Ah! Looks like things may go deeper than previously believed.

https://github.com/atom/atom-keymap/issues/65

gepoch commented 9 years ago

Confirmed linux only.

gepoch commented 9 years ago

Fixed here!: https://github.com/atom/atom-keymap/pull/67

This issue will be resolved in atom v0.180.0

I'll close the ticket once this is confirmed.

gepoch commented 9 years ago

Confirmed fixed in atom v0.180.0