atom-vim-mode-plus
atom-vim-mode-plus copied to clipboard
vim-mode improved
Execute `Vim Mode Plus: Clip Debug Info`(which write info to clipboard) then paste here. debug info ```json { "atom": "1.57.0", "platform": "darwin", "release": "20.3.0", "vmpVersion": "1.36.4", "vmpConfig": { "smoothScrollOnFullScrollMotion": true,...
[Enter steps to reproduce:] Just do a / to start a search. **Atom**: 1.51.0 x64 **Electron**: 5.0.13 **OS**: Ubuntu 18.04.5 **Thrown From**: [vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus) package 1.36.4 ### Stack Trace Uncaught Error:...
I'd like to move to the end of line with `$`. In the gif: * I jump forward and back a word with `w` and `b` to show atom-vim-mode-plus is...
[Enter steps to reproduce:] 1. ...simply i changed the cson keymap after the 311 line 2. ...i dont know where is comming from nothing seems strange. **Atom**: 1.25.0 x64 **Electron**:...
vim has the ability to record macros with q and play them back with the @. It would add very useful functionality to the plugin.
I'm selling my atom package [no-evil-eol-newline](https://atom.io/packages/no-evil-eol-newline) (also on [GitHub](https://github.com/b1f6c1c4/no-evil-eol-newline).) Introduction is copied here. > Suppress display of end-of-file newlines as blank lines. > A temporal fix for [Atom issue 7787](https://github.com/atom/atom/issues/7787)....
First of all, I tried reading the README but I'm not quite sure what Any Pair is, if that has anything to do with my issue. What I want to...
1. type something in 2. get out of edit mode 3. hit 'u' **Atom**: 1.45.0 x64 **Electron**: 4.2.7 **OS**: Linux Mint **Thrown From**: [vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus) package 1.36.4 ### Stack Trace Uncaught...
Noticed while investigating https://github.com/t9md/atom-vim-mode-plus/issues/802#issuecomment-379883176 Most operator got exception such like saying "Attempt to mutate a read-only TextEditor". This seems to be caused by atom/atom#16999.