tshirtman

joined 2 years ago
[–] [email protected] 1 points 11 months ago

@ajsadauskas @fuck_cars i think i only "miss".
- a bank
- a gas station

though i didn't look for them as i don't need them.

(I live slightly to the south of Amsterdam, NL).

[–] [email protected] 2 points 11 months ago

@ajsadauskas @fuck_cars who doesn't want a park 15mn walking from their home? SMH.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

@ashwinvis @scy @vim @neovim oh the one you found seem more powerful than mine, behaving a lot more like i3wm, nice, sadly only neovim compatible, but it's nice to know it exists, panes management is really a pain point in vim when you open more than a couple of them.

[–] [email protected] 4 points 2 years ago* (last edited 2 years ago) (3 children)

@scy @ashwinvis @vim @neovim in my experience this works for *resizing* but not moving windows/panels around.

My solution to that is keyboard driven, but it's a plugin i wrote which allows swapping the currently focused window with a different one, by typing its letter.

I only tested it on vim, not neovim, but if it's possible to make it neovim compatible, i do welcome patches.

https://asciinema.org/a/0laV3PGpmCXkkazet0hIRf51W

https://github.com/tshirtman/vim-winny

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago) (1 children)

@elithebearded @MaxHardwood same on left-alt and right-alt? (alt-gr if you have an iso keyboard?). It should be left-alt.

you can use bind -p to print the available functions and the key sequences bound to them. (though sadly the control/alt keys are expressed in a way that can be confusing to newcomers, \e would be alt, and \c control)

edit: and by newcomers, i include myself, for only having been using linux for 18 years.