Gennadiy Volkov

Results 38 comments of Gennadiy Volkov

I'd say that's the final destination but you still need a client server design to support that otherwise you'd just have multiple independent instances of vis in different terminal windows,...

I have the same issue, it seems one of the paths must be absolute for it work: ``` +root@voidvm ~ # cd /usr/bin mv+root@voidvm /usr/bin # mv fmt moo mv:...

Additionally I just found that globs don't work either: ``` $ ls -a . .bashrc .fossil .grepexclude .mrtrust .ssh .vimperatorrc .. .bin .fossil-settings .hgrc .ondirrc .ssh-ident .xinitrc .SpaceVim.d .bspwm .fslckout...

Can anyone suggest a way to delete all the containers? I have over a thousand, it's inhumane to delete them by hand. I turned off sync but they're still there...

thanks @stoically and @Vinnl - finally got around to it. 👍

> Additionally the original code placed the cursor one line off (base 0, but vis expects base 1). The original behavior turns out to be a nice feature, placing the...

I have a similar issue, different cmd: `Unsupported ioctl: cmd=0xffffffff8004f50c` Not using docker, just chrooting with `qemu-arm-static` in `binfmts`, then running `fossil open repo.fossil` (fossil-scm).

Hi, sorry for the long wait, here's how to trigger it - nothing special - but the error log is pretty clear why it locks up. Not sure why the...

also: ``` ❯ bin/nyoom lock Generating lockfile with Nyoom Nvim Nyoom version: 947afef NVIM v0.9.1 Build type: Release LuaJIT 2.1.0-beta3 Compiling lockfileLoading Packer Compiling Nyoom Doctor Initializing Module System Installing...

To add to ninewise's comment, after creating the cursors hit `v` to enter visual selection mode to arrive at exactly the same behavior as vim's block mode, ie. `(vim) C-v,jje...