gabeboning / atom-vim-mode-plus-ex-mode

Experiment to implement ex-mode for vim-mode-plus

Home Page:https://atom.io/packages/vim-mode-plus-ex-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-mode-plus-ex-mode

Experimental ex-mode support for vim-mode-plus

NOTE for heavy ex-mode user

My thought about providing ex or command(:) in Atom is here #52.
I still not much motivated for this package.
So fixing, enhancing this vim-mode-plus-ex-mode package is tend to be delayed.
So please understand this package as reference, example, prototype implementation.
Don't ask me to improve this package into true ex-mode emulation.

keymap

There is no default keymap.

'atom-text-editor.vim-mode-plus.normal-mode':
  ':': 'vim-mode-plus-ex-mode:open'
  '!': 'vim-mode-plus-ex-mode:toggle-setting'

How to use

  • 11: Move to line 11
  • 50%: Move to 50% of buffer.
  • 15:10: Move to column 10 of line 15
  • !: Toggle boolean config parameter
  • w, wq, split, vsplit etc.

About

Experiment to implement ex-mode for vim-mode-plus

https://atom.io/packages/vim-mode-plus-ex-mode

License:MIT License


Languages

Language:CoffeeScript 97.1%Language:CSS 2.9%