atom-vim-mode-plus
atom-vim-mode-plus copied to clipboard
vim-mode improved
Respect first cursor's position when clearing multiple cursors. Previously the last added cursor's position was used. By reversing the logic clearing now more closely matches the behavior found in default...
If you want to change a character to `` in vim, you could type `r `. However in `vim-mode-plus`, this does nothing but hides the cursor (until re-open buffer). This...
It is suggested to set to a personal keymap.cson file: ``` 'atom-text-editor.vim-mode-plus.insert-mode': 'shift-cmd-r': 'vim-mode-plus:toggle-replace-mode' 'j k': 'vim-mode-plus:activate-normal-mode' # jk to escape ``` I argue, that this usage is far too...
[Enter steps to reproduce:] 1. Search for "\party_1" using "/" **Atom**: 1.32.2 x64 **Electron**: 2.0.9 **OS**: Mac OS X 10.14.1 **Thrown From**: [vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus) package 1.36.0 ### Stack Trace Uncaught Error:...
It'd be sweet if joining a line (`J`) would conveniently remove comment characters. For example, currently if I have ```js // this is // a comment ``` and I press...
Hello! The `persistent-undo` package does a great job restoring undo history for a file, even after closing it and restarting atom (because it is cached on disk). But then I...
When searching something with \l (e. g. \label from TeX) it throws this huge error message all over the screen ^_^.. **Atom**: 1.32.0 x64 **Electron**: 2.0.9 **OS**: Windows 10 x64...
# Check list Atom : 1.22.0 Electron: 1.6.15 Chrome : 56.0.2924.87 Node : 7.4.0 Vim Mode Plus v1.19.0 macOS High Sierra 10.13.1 (17B48) Expected: - Backspace key usage while in...
# Check list - Atom version info(`atom --version`) Atom : 1.15.0 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0 - vim-mode-plus version. 0.88.0 - Your OS Debian testing - You...
Using vim-mode-plus 1.30.1 on Atom 1.24.0 Steps to reproduce: - using a file that has sufficient text to scroll vertically, make a visual selection by using the mouse - scroll...