evil-mc and orgmode new line
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
**What did you expect to happen?**
...
while using evil-mc and having multiple cursors active things like opening a new line with `o` in normal mode or jumping to the end of the line with `A` in normal mode or pressing `RET` in insert mode should happen to all cursors.
**What actually happened?**
...
Only the main cursor opens a new line / moves to the end of the line.
**Additional details:**
Bug persists in doom sandbox
**Steps to reproduce:**
1. Enable ormode
2. Enable multi-mc
3. Create multiple cursors
4. Press `A` to move to end of line or press `o` to open a new line or press `RET` in insert mode to open a new line.
**System information:**
```
SYSTEM type gnu/linux
config x86_64-pc-linux-gnu
shell /usr/bin/fish
uname Linux 5.9.14-arch1-1 #1 SMP PREEMPT Sat, 12 Dec 2020 14:37:12 +0000 x86_64
path (/usr/local/sbin /usr/local/bin /usr/bin /usr/bin/site_perl /usr/bin/vendor_perl /usr/bin/core_perl /usr/lib/emacs/27.1/x86_64-pc-linux-gnu)
EMACS dir ~/.emacs.d/
version 27.1
build Aug 28, 2020
buildopts --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --with-x-toolkit=gtk3 --with-xft --with-wide-int --with-modules --with-cairo --with-harfbuzz 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
features XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON PDUMPER LCMS2 GMP
traits (gui server-running)
DOOM dir ~/bassconf/doom/.doom.d/
version 2.0.9
font #
theme doom-solarized-dark
build HEAD -> develop 0c9256411 2020-12-15 04:14:40 -0500
elc-files 0
modules (:completion (company +tng) ivy :ui doom doom-quit hl-todo modeline nav-flash ophints (popup +defaults) treemacs vc-gutter vi-tilde-fringe workspaces :editor (evil +everywhere) file-templates fold multiple-cursors snippets :emacs dired electric vc undo :term eshell :checkers syntax :tools debugger (eval +overlay) lookup lsp magit pdf :lang (cc +lsp) csharp data emacs-lisp (haskell +lsp) (java +meghanada) javascript latex markdown (org +present) (python +lsp) (sh +fish) :config (default +bindings +smartparens))
packages ((arduino-mode :recipe (:host github :repo bookest/arduino-mode)) (peep-dired) (company-jedi) (rainbow-mode))
unpin (n/a)
elpa (n/a)
```
Contributor guide
Assessment
This issue has not been assessed yet.