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

I added commands ``tabl`` and ``tabr`` (move tab to left/to right). And if I want to move tab to 3 positions to left I need to execute command ``tabl`` 3...

Hello, Doing ":q!" asks for saving confirmation. Is it possible for it to force close the file instead without asking for confirmation?

The issue is all described here: https://github.com/t9md/atom-vim-mode-plus/issues/1071 (I originally posted in the wrong place). It's unusable like this. Hope it can be fixed!

[Enter steps to reproduce:] 1. Open file 2. Prettier-format 3. Do anything else and see errors **Atom**: 1.22.1 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.13.1 **Thrown From**: [ex-mode](https://github.com/lloeki/ex-mode) package...

Support communicating with vim-mode (and probably the editor itself) by setting and getting (:set) options like 'hls', 'ts', 'ff', etc. It probably doesn't make sense to implement a huge portion...

enhancement

After updating ex-mode today, directories or projects that i opened did not display in the file tree pane. Pane remained blank after opening project. I disabled ex-mode and restarted atom...

Attempting to investigate issues with our tests, they seem to timeout or something. :warning: This is experimental and WIP

If I have a text file like this: ``` Terry. Bob. Thelma. ``` Then using Atom's find/replace, with regular expressions on, I can search for `\n\n` and replace with `\n\nx`...

Ref: https://stackoverflow.com/questions/16678661/how-can-i-delete-the-current-file-in-vim A nice-to-have feature. I'm thinking we should implement an own command for this, like :del [path] or :rm [path] and call on atom deleting handling. One thing to...

enhancement