Dmytro Maluka
Dmytro Maluka
Micro has no built-in LSP support. I guess you are using this lsp plugin: https://github.com/AndCake/micro-plugin-lsp, right? Then probably https://github.com/AndCake/micro-plugin-lsp is the place for your feature request. While we're at it,...
Ah ok, you originally mentioned lsp, so I was thinking that you were referring to jumping back in the context of using lsp, i.e. jumping back after jumping to a...
Regarding #2628, my point is that it introduces BufPane's [GotoLoc](https://github.com/zyedidia/micro/pull/2628/commits/0fbd0ebd71126fd2edb34f89f970bbde8546afef#diff-011ab65e7c3c5c5f7dfdf1994c490bf75d570c9cb28d487232e5ae7b8a365eb6R315) method which is now supposed to be used for "long jumps" i.e. for such cursor movements that may move the...
Extending `GotoLoc` with a native support for jump history sounds attractive to me (after all, I myself suggested it in the past in my comment above). I do often miss...
FWIW I can easily reproduce it, with the newest micro from master. 1. open a file with DOS line endings (`\r\n`) 2. open the same file in another editor (or...
Yeah, on Unix it is `Alt-E`, with capital E (note that it is different from `Alt-e`), since `Shift-e` is the capital E letter. This is one of many unfortunate consequences...
Is this issue still observed by anyone with a recent version of micro? Shift-Del works fine for me with the newest micro.
Ok, 2.0.14-dev.8 is new enough. The original issue was reported for Linux, and was not just about copy/cut/paste not working but about Shift+Del unexpectedly inserting some characters (i.e. about Shift+Del...
Could you run the [raw](https://github.com/zyedidia/micro/blob/master/runtime/help/commands.md?plain=1#L123) command in micro? (i.e. press Ctrl+E, type `raw` in the command prompt, and press Enter) After you run it, what does it show when you...
Ok, I think it's clear what's going on: both Ctrl+Ins and Shift+Ins work, but since Ctrl+Ins is not bound to any action by default, it does nothing. Could you run...