ex-mode icon indicating copy to clipboard operation
ex-mode copied to clipboard

Ex mode for Atom

Results 66 ex-mode issues
Sort by recently updated
recently updated
newest added

If I have a file ``` d c b a ``` and I select the middle two lines using `V` (visual line selection) then run `:sort` (really, `:'

This adds two new tab commands: tabr/tabrewind/tabfi/tabfirst and tabl/tablast. These take you to the first and last tab, respectively. Changes Proposed in this Pull Request: - Add `:tabrewind` command that...

macro is a pretty awesome feature in vim. :reg allows one to edit and save macros across sessions. Can we support such feature?

Hi, I see other issues that seem close but different from this issue that I am experiencing on Atom 1.26 on both Mac and Ubuntu. When I create a new...

I frequently run the following command in vi: `'a,'bs/^/\\/\\//` to insert a comment notation "//" at the beginning of a block of lines but am unable to do this. I...

Earlier and later can be used to enable more advanced traversing of the **undo tree** instead of just moving linearly back and forth. They are [documented here](http://vimdoc.sourceforge.net/htmldoc/undo.html#:earlier).

seems a lot normal commands not work

enhancement
help wanted

Currently, the README does not document which commands are supported. It would be extremely helpful if this were listed out. Not only would it make it easy to know where...

After some updates some long time ago, there is now spaces, or a tab may be, after the : to open ex mode. [screenshot](https://imgur.com/ZzdnDZY) Why is that ? Please remove...

As I am mainly a user of vim, my instinct for changing filetype is using :setf. It would be nice if there were a way to open the "grammar menu"...