All Projects → t9md → Atom Vim Mode Plus Ex Mode

t9md / Atom Vim Mode Plus Ex Mode

Licence: mit
Experiment to implement ex-mode for vim-mode-plus

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Atom Vim Mode Plus Ex Mode

Language Diff
Stars: ✭ 22 (-26.67%)
Mutual labels:  atom
Seti Ui
A subtle dark colored UI theme for Atom.
Stars: ✭ 856 (+2753.33%)
Mutual labels:  atom
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+2833.33%)
Mutual labels:  atom
Autocomplete Haskell
Atom autocomplete-plus provider for haskell
Stars: ✭ 23 (-23.33%)
Mutual labels:  atom
Atom Check Updates
A CLI for easily updating Atom to the latest version on RPM or Debian-based systems.
Stars: ✭ 8 (-73.33%)
Mutual labels:  atom
Color Indent
Use colors to show in a non intrusive manner different indentation levels.
Stars: ✭ 11 (-63.33%)
Mutual labels:  atom
Miniflux Legacy
Minimalist RSS reader (version 1.x)
Stars: ✭ 897 (+2890%)
Mutual labels:  atom
Language Liquid
Liquid language support for Atom.
Stars: ✭ 28 (-6.67%)
Mutual labels:  atom
Atom Mocha Test Runner
Run your Atom package tests using Mocha
Stars: ✭ 10 (-66.67%)
Mutual labels:  atom
Atom Svgo
Minify SVG with SVGO.
Stars: ✭ 12 (-60%)
Mutual labels:  atom
Atom Korean Spell Daum
Daum 맞춤법 검사기로 텍스트를 보내 손쉽게 교정 가능한 Atom package
Stars: ✭ 24 (-20%)
Mutual labels:  atom
Atom Modular Snippets
:atom: A modular solution to snippets in @Atom.
Stars: ✭ 8 (-73.33%)
Mutual labels:  atom
Hfeed2atom
Python functions to convert a h-feed to Atom 1.0
Stars: ✭ 11 (-63.33%)
Mutual labels:  atom
Atomic Layout
Physical representation of layout composition to create declarative responsive layouts in React.
Stars: ✭ 920 (+2966.67%)
Mutual labels:  atom
Atom Annotations
Atom package that shows annotations (e.g. for overriden methods interface implementations) in your PHP source code.
Stars: ✭ 14 (-53.33%)
Mutual labels:  atom
Qolor
An atom package to color your queries!
Stars: ✭ 18 (-40%)
Mutual labels:  atom
Atom Sloc
Atom SLOC package for the statusbar
Stars: ✭ 10 (-66.67%)
Mutual labels:  atom
Fizzy
🍇 🍓 🍊 A lovely, bright and lively syntax theme for Atom.
Stars: ✭ 29 (-3.33%)
Mutual labels:  atom
Atcon
atom condtions
Stars: ✭ 27 (-10%)
Mutual labels:  atom
Language Dot
Dot (Graphviz) package for Atom
Stars: ✭ 11 (-63.33%)
Mutual labels:  atom

vim-mode-plus-ex-mode

  • I originally released this package for quick workaround of lack of ex-mode support.
  • But now ex-mode works with vim-mode-plus.
  • If you want better ex-mode, don't use this package, use ex-mode instead.

Experimental ex-mode support for vim-mode-plus

How to use?

Default keymaps are provided from v0.8.0. In normal-mode, following keymaps are available.

  • :: vim-mode-plus-ex-mode:open: open ex-mode then can use following operations

    • 11: Move to line 11.
    • +11, -11: Move to relative line.
    • 50%: Move to 50% of buffer..
    • 15:10: Move to line 15, column 10
    • !: Toggle boolean config parameter.
    • w, wq, split, vsplit etc.
    • nohlsearch: to clear highlight-search.
  • !: vim-mode-plus-ex-mode:toggle-setting: toggle boolean setting-value.

    • Choose setting parameter to toggle boolean value.
    • Shorthand of : then input !

NOTE for heavy ex-mode user

I'm not motivated for this package.
My thought for providing ex-mode(: command) in Atom is here #52.
Please understand this package as reference, example, prototype implementation.
Don't ask me to improve this package into true ex-mode emulation.

Instead, you can learn

For example, there are quicker and effective ways than doing s/abc/def/g.
By using Atom's multiple-cursors, and also vim-mod-plus's occurrence feature(unique enhancement).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].