Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearly and simply state what the ex-mode package adds to vim-mode-plus #1088

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,9 @@ See [DifferencesFromPureVim](https://github.com/t9md/atom-vim-mode-plus/wiki/Dif
Not freezing, it's just VERY slow.
You can workaround by disabling some keymap. See [#214](https://github.com/t9md/atom-vim-mode-plus/issues/214).

### ex-mode?
### How can I use `:w` to save, `:10` to go to line ten, and `:$s/text/replacement/g`?

- The [ex-mode](https://atom.io/packages/ex-mode) package has the most complete ex-mode support.
- Very immature package [vim-mode-plus-ex-mode](https://atom.io/packages/vim-mode-plus-ex-mode) exists.
- My thought for ex-mode is [here #52](https://github.com/t9md/atom-vim-mode-plus/issues/52).
Install [ex-mode](https://atom.io/packages/ex-mode) package. This provides various 'ex' commands when the colon (:) is typed in normal mode, including the ability to save a file and close the Atom tab with `:wq`.

### Want to suppress autocomplete-plus's auto suggestion except insert-mode.

Expand Down