-
Notifications
You must be signed in to change notification settings - Fork 108
ListOfVimModePlusPlugins
- kind
-
Operations package
- vim-mode-plus-move-to-symbols by t9md
- vim-mode-plus-jasmine-increase-focus by t9md
- vim-mode-plus-subword-movement by crshd
- vim-mode-plus-replace-with-execution by t9md
- vim-mode-plus-move-selected-text by t9md
- quick-highlight by t9md
- vim-mode-plus-exchange by dillonkearns
- vim-mode-plus-duplicate by dillonkearns
- Other package
Intentionally use word plugin to distinguish it from normal general Atom package.
Use link to package on atom.io. User can jump to github repo from there.
Add one of Operator/TextObject/Motion for vmp, essentially provide commands which command is derived from child class of Base
class.
Package not fall into operations package like adding ex-mode support.
vim-mode-plus-move-to-symbols by t9md
Provide motion to move around symbols provided by bundled symbols-view package.
Symbols are where you can move with cmd-r
command.
Provide operator to increase/decrease focus level text of jasmine spec.
vim-mode-plus-subword-movement by crshd
From vmp v0.77.0 subword is natively supported, so no need to install this pacakge
Provide motion and text-object for subword.
Replace selected text with the result of stdout of execution.
vim-mode-plus-move-selected-text by t9md
Move selected text like object.
Feature migration from vim-textmanip plugin for pure Vim.
quick-highlight by t9md
This package is not vmp specific, it can create multiple persisted highlight.
This package includes vim-mode-plus-user:quick-highlight
commands.
This is operator to highlight keyword specified as operator target.
vim-mode-plus-exchange by dillonkearns
Exchange two areas of text like Tom McDonald's vim-exchange.
vim-mode-plus-duplicate by dillonkearns
Duplicate text selected by a motion or text-object.
vim-mode-plus-ex-mode by t9md
vim-mode-plus-project-find-from-search by t9md 🚨 DEPRECATED 🚨
Merged to vim-mode-plus's core from vim-mode-plus v0.68.0
Seamless flow from vmp's search(/
, ?
) to find-and-replace's project-find.
narrow by t9md
It's general purpose package similar to unite.vim
or helm-emacs
.
It have special integration with vmp.
From vmp's search input-ui, directly start narrow:line
or narrow:search
.
keymaps-for-surround by t9md
Provides default keymap for surround features.
keymap only: Core surround features are provided by vmp itself.
demo-mode by t9md
It's have special integration with vim-mode-plus.
- Show command kind(
operator
,text-object
,motion
) - Keep flash-highlight while
demo-mode
is active.