atom-vim-mode-plus
atom-vim-mode-plus copied to clipboard
vim-mode improved
Hi, I'm reasonably new to Vim, and using this plugin to learn vim (and hope to use this plugin permanently moving forward!) The thing that is annoying me/giving me issues,...
I want to use following mappings from vim in vmp as well `:h [z`: ``` MOVING OVER FOLDS ~ *[z* [z Move to the start of the current open fold....
I'm having a weird issue trying to replace a key binding. I added an entry to my keymap.cson with the same selector, and now it seems that both actions are...
I'm using an US international keyboard with dead keys. When trying to do a `ci"` or `ci'`, nothing happens. It does with Vim, but not with Atom vim-mode-plus. - Atom...
Atom notifications can't be dismissed using escape when vim-mode-plus is installed. To repro: 1. Trigger a notification (`atom.notifications.addError('hi')`) 2. With the editor focused, hit esc. (Nothing happens.) 3. Trigger "Core:...
[Enter steps to reproduce:] 1. Open Atom 2. Start new document 3. Use the i key to insert text. The stacktrace appears. If an alphanumeric key is hit before the...
The command `cif` (as well as other related actions such as `vaf` and `daf`) does not recognize the following function (presumably because it utilizes an ES6 arrow function): ```js $(window).on('focus',...
Minor feature request... What do you think of making the comma operator work on CSS selectors? Like the first line here: ``` atom-text-editor .wrap-guide, :host .wrap-guide { color: @syntax-wrap-guide-color; }...
The "tag" object ought to ignore tags within strings. ```html Yes No ``` If the cursor is placed on the opening div with the class of "container", and we run...
Typing `dit` while the cursor is on a tag does not move the cursor to inside the tags. Contrast with `cit`, which correctly re-positions the cursor. ```html something like this...