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

## Steps to reproduce 1. Put this into a new buffer: ONE TWO 1. Exit insert mode. 2. Put cursor on first line (`xxx`). 1. `Vj` to select both lines....

I know this isn't being actively developed, but if someone takes it on again vim-like shelling out support with `:! ` and `:r! ` would be a nice addition.

enhancement

[Enter steps to reproduce:] 1. Attempt to enter ex-mode:open **Atom**: 1.23.2 x64 **Electron**: 1.6.15 **OS**: "Arch Linux" **Thrown From**: [ex-mode](https://github.com/lloeki/ex-mode) package 0.18.0 ### Stack Trace Uncaught TypeError: selection.isEmpty is not...

### steps to reproduce 1. Open a new tab untiled, add some text 2. use `:w` to save ### Expected behavior Allow the default os to name and save the...

In Atom 1.30.0, ``` atom.showSaveDialogSync is deprecated and will be removed soon. Please, implement ::saveAs and ::getSaveDialogOptions instead for pane items or use Pane::saveItemAs for programmatic saving. ``` It would...

Some vim users are used to firing ":noh" after they do a search with "/" to clear up the highlights. Could you consider adding ":noh" as a valid command?

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.29.0 x64 **Electron**: 2.0.5 **OS**: Mac OS X 10.13.6 **Thrown From**: [ex-mode](https://github.com/lloeki/ex-mode) package 0.18.0 ### Stack Trace Uncaught TypeError: Cannot read...

hi, I am using this package since a couple of days so I don't even know if I need to open an issue for this, but I googled and couldn't...

Hi. Thanks for the handy library. I've written a [couple of commands](https://github.com/cldwalker/atomfiles/blob/7611c23717d24c871f09beb9fce43bff90192ade/lib/on-activated-package.js#L6-L25) that take package names. I would like those commands to autocomplete with package names. Would you be open...

In vim, `:sort u` would sort and then remove duplicated lines but it does not work in `ex-mode 0.18.0`, thanks.