atom-vim-mode-plus icon indicating copy to clipboard operation
atom-vim-mode-plus copied to clipboard

vim-mode improved

Results 102 atom-vim-mode-plus issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.23.0-beta0 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.13.2 **Thrown From**: [vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus) package 1.17.0 ### Stack Trace Uncaught TypeError: Cannot read...

more-information-needed

Atom 1.21.2, vim-mode-plus 1.15.0, Macos 10.13. Just a small visual issue. Type c s in the first string of file and can't see which symbol will be change: ![2017-11-01 14...

more-information-needed

Simple option to prevent search wraparound like the vi option: set nowrap and set wrap

If I've got words with unicode characters, searching with "*" doesn't seem to work like in Vim. This key is bound to the search-current-word function. For example, if I have...

bug

Something bad seems to be happening in an interaction with the languageserver-rust plugin. **Atom**: 1.19.2 x64 **Electron**: 1.6.9 **OS**: Linux Mint **Thrown From**: [vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus) package 0.97.2 ### Stack Trace Uncaught...

not-resolved
not-vmp-issue
require repro-steps

Vim Mode Plus is an incredible plugin, and has saved me countless hours of developer time. As such, I would like to give back a bit to the project, at...

Is this any plan to implement numbered registers? In Vim, numbered registers remember the previous yanks. So `"0p` pastes the second most recent yank, `"1p` the third most recent yank,...

enhancement
not-resolved
compatiblity-to-Vim

Hi, thank you for vim-mode-plus it's awesome. There is one feature I miss from surround/idea-vim and I wonder if it would be possible to have with vim-mode-plus. Currently when you...

enhancement
not-resolved
extract-as-vmp-plugin

The `.` mark stores the last edited line. You should be able to go to it using the keyboard shortcut backtick-dot. This is a very useful feature because of the...

enhancement
compatiblity-to-Vim