Gerard Roche

Results 255 comments of Gerard Roche

I can't reproduce the issue. Large files will naturally be slower for some things, but I don't see a general slow down for basic things. If you could try get...

I'm wondering how ST does it. Maybe it does it on the on open or on load event.

This won't be possible because `cs'` would clash with commands like `cs'"`. You could possible have a timer such that if no replacement character is pressed (in the above command...

I added tests on top of your changes which are showing some side-effect breakages: https://github.com/NeoVintageous/NeoVintageous/runs/4475337813?check_suite_focus=true#step:9:2213 The branch is malthejorgensen-global-command-last-line https://github.com/NeoVintageous/NeoVintageous/commit/a864bebd2cfb74d59261c5a520b51bfee17bb1c3 You can pull those changes into your own branch. It...

I don't yet understand the differences between unnamed and unnamedplus and the implications of them. I have the following mappings: ``` let mapleader=, " Yank and paste using system clipboard....

Hmm, so `set clipboard=unnamedplus` should work the same as setting `vintageous_use_sys_clipboard` to true, `set clipboard=unnamed` should work like it does when `vintageous_use_sys_clipboard` is false, and the default should be `set...

I'm going to reopen this because implementing this is useful and would also means there would be no need for preference.

Cool. Here are some commits: - https://github.com/NeoVintageous/NeoVintageous/commit/139455702245788d1ea6cb424e727841933f6e7d - https://github.com/NeoVintageous/NeoVintageous/commit/2c73e43de12b9459393f258225db5d571bbf4676 - https://github.com/NeoVintageous/NeoVintageous/commit/d5ecb4724623e612f348445d5abe5f907d236079 Here is a list of PRs with the option label: https://github.com/NeoVintageous/NeoVintageous/issues?q=label%3Aoptions+is%3Aclosed

I just the debug log details in contributing and old school dump statements when I get stuck.

Yeah, removing the leading whitespace on Esc seems consistent with Vim: https://vi.stackexchange.com/questions/1873/why-does-the-cursor-move-to-the-start-of-the-line-after-esc In the SO post it says you can press `` instead of just `` to preserve the whitespace,...