damanis

Results 125 comments of damanis

@akiyosi As I understand, `clipboard` module copy `primary selection` to `clipboard`. This is another action, not what `xsel --nodetach -i -p` does: the `xsel` call copies nvim's `*` register to...

``` [Editor] WindowGeometryBasedOnFontmetrics = true IgnoreFirstMouseClickWhenAppInactivated = false Width = 900 Height = 780 LineToScroll = 3 FontFamily = "GoMono Nerd Font Mono" FontSize = 11 ExtPopupmenu = true CachedDrawing...

After start goneovim, I entered `:aug Goneovim | au! | aug END`, then make changes and `:wq` - problem reproduced.

Tested again - reproduced. `Goneovim` waits until `xsel` exits as written above. Workaround with clearing `*` register works.

Yes, reproduced, also after `aug` command you provided.

@akiyosi I tested on Ubuntu 22: after `goneovim` started, I entered two commands your provided - problem reproduced. It possible, that the problem not in `goneovim` hooks, but in QT...

@akiyosi I'm not sure what exactly commit. I thought it is `b042f6d9022`, but it too old, after it was no problem. I see problem only in GUI uses QT (excluding...

@akiyosi I found that problem `xsel` process ran by `jobstart` command from runtime/autoload/provider/clipboard.vim (from neovim package): ``` let jobid = jobstart(selection.argv, selection) ```

The requested feature — do not restore saved geometry at startup. I.e., calculate width and height of window by lines, columns and font metrics and let window manager place the...

> And now there is `wezterm cli set-tab-title` for setting via the CLI If `format-tab-title` defined, set-tab-title does nothing. Is there a way to read set title from `format-tab-title` to...