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

debug info ```json { "atom": "1.45.0", "platform": "darwin", "release": "19.4.0", "vmpVersion": "1.36.4", "vmpConfig": { "useClipboardAsDefaultRegister": false } } ``` Relevant packages I use: * https://atom.io/packages/go-plus * https://atom.io/packages/autosave # Checklist You...

debug info ```json { "atom": "1.45.0", "platform": "linux", "release": "4.15.0-91-generic", "vmpVersion": "1.36.4", "vmpConfig": { "charactersToAddSpaceOnSurround": [ "(", "{", "[", "

1. Open up a file. 2. Search by entering `/[]`. 3. Error thrown. **Atom**: 1.32.2 x64 **Electron**: 2.0.12 **OS**: linux 4.19.1-arch1-1-ARCH **Thrown From**: [vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus) package 1.36.0 ### Stack Trace Uncaught...

I'm desperately looking for solution that use vim mode like atom-vim-mode-plus in vscode. ### Is there any body could tell me how to achieve it ? super thanks!!

Execute `Vim Mode Plus: Clip Debug Info`(which write info to clipboard) then paste here. debug info ```json { "atom": "1.42.0", "platform": "darwin", "release": "18.7.0", "vmpVersion": "1.36.4", "vmpConfig": { "automaticallyEscapeInsertModeOnActivePaneItemChange": true,...

[Enter steps to reproduce:] 1. Type the following three characaters: /\I 2. It brings up the error shown **Atom**: 1.42.0 x64 **Electron**: 4.2.7 **OS**: Mac OS X 10.15.2 **Thrown From**:...

For example, take the following text ``` aaaaaa bbb ``` Imagine the cursor is over the last `a` in the first line and then I move the cursor down. It...

I expected `:qa` to close all panes and not the window. Since `:q` closes one pane.

![1](https://user-images.githubusercontent.com/45911286/70150000-3245a100-16e4-11ea-8011-2197a6872b5b.gif)

I have checked #1018 and #658, but it's not helping. #### Steps to reproduce the problem: 1. Enter insert mode 2. Input "aaaaaaaaaaaaaaaaaaabbbbbbbbbbbbccccccccccc" 3. Move to beginning of line 4....

compatiblity-to-Vim