-
Notifications
You must be signed in to change notification settings - Fork 108
ListOfVimModePlusPlugins
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.
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.
jasmine-increase-focus by t9md
Provide operator to increase/decrease focus level text of jasmine spec.
subword-movement by crshd
Provide motion and text-object for subword.
replace-with-execution by t9md
Replace selected text with the result of stdout of execution.
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-ex-mode by t9md
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
.