atom / vim-mode

Next generation vim support for atom
MIT License
1.72k stars 253 forks source link

'enter' and '+' do not work as expected with softwrap on #1052

Closed CodeCorrupt closed 6 years ago

CodeCorrupt commented 8 years ago

With softwrap turned on, if a line is split across two or more lines on screen then the 'enter' and '+' keys can't move to the next line.

This also causes issues with d + 'enter' where the expected behavior is to delete the line and the next. If executed on a split line then it only deletes that one entire split line (Even if it's split across more than two lines)

lee-dohm commented 6 years ago

As stated in the README, this package is no longer maintained and is deprecated. We recommend that people use the vim-mode-plus package instead. Because of this, we are archiving this repository and closing all issues and pull requests. Thanks very much for your support and contributions!