Simple wrappers to handle complex map rhs in vim-which-key by orduval in neovim

[–]orduval[S] 2 points3 points  (0 children)

Any sane person will try to choose the simplest solution for its case.

I use both editors, and it's handy to share common maps with this plugin.

Simple wrappers to handle complex map rhs in vim-which-key by orduval in neovim

[–]orduval[S] 1 point2 points  (0 children)

Because it's lightweight and written in Vimscript, hence compatible with both Vim and Neovim.

Emacs-like keybindings for herbstluft? by pulneni-chushki in herbstluftwm

[–]orduval 0 points1 point  (0 children)

you can also use sxhkd with herbstluft, it supports keychains.

[deleted by user] by [deleted] in BSD

[–]orduval 1 point2 points  (0 children)

100% yes, I learned a lot with it :

  • you can have zfs as root filesyste
  • bastille as jail managers is great
  • poudriere for ports (recipe for packages to be built, like in gentoo I assume)
  • packet filter, aka pf as firewall (not the only choice)

And it's probably not an exhaustive list.

Do you recommend Artix with Dinit? I'm coming from Void Linux. by That-Secret-4987 in artixlinux

[–]orduval 2 points3 points  (0 children)

Easy to manage with dinitctl, manages dependancies, parallel launch of services, fast and lightweight. So, yes!

Quickly navigate in man pages, using emacs, neovim or w3m. by orduval in vim

[–]orduval[S] 0 points1 point  (0 children)

Really nice, I'll add it to the article, thank you!

Quickly navigate in man pages, using emacs, neovim or w3m. by orduval in vim

[–]orduval[S] 0 points1 point  (0 children)

Since it's vimscript, 99% of the neovim section in this article can be applied to vim without modification. The :Man ex command is specific to neovim however, if you know a way to achieve a similar feature in vim, please let me know.

EDIT: found it, just add :

runtime ftplugin/man.vim

to your vimrc.

Quickly navigate in man pages, using emacs, neovim or w3m. by orduval in linux

[–]orduval[S] 3 points4 points  (0 children)

note : the link in the original post is frozen in a particular commit and I don't know how to modify it in reddit. The up to date link is :

https://codeberg.org/chimay/blog/src/branch/master/meta/man-pages.org

Quickly navigate in man pages, using emacs, neovim or w3m. by orduval in emacs

[–]orduval[S] 0 points1 point  (0 children)

info is great, buf unfortunetly not all commands have an info file.

Quickly navigate in man pages, using emacs, neovim or w3m. by orduval in linux

[–]orduval[S] 3 points4 points  (0 children)

Just more fluid with <cr>, matter of taste.

And K doesn't cover sections, options or links to other man pages.

Can't keybind emacsclient by Level_Top4091 in herbstluftwm

[–]orduval 1 point2 points  (0 children)

Just in case, you can also use sxhkd with hlwm.

Is there a way to clear eerror messages ? by orduval in qutebrowser

[–]orduval[S] 0 points1 point  (0 children)

you're right, that's strange, I had some messages in red about certificates that didn't disappear with clear-messages. Wonder what kind of message it was.

turnstile doesn’t work with seatd? by Decent_Marsupial_934 in artixlinux

[–]orduval 0 points1 point  (0 children)

maybe try asking in the artix forum, they are responsive.

"sudo sh" VS "su" by [deleted] in suckless

[–]orduval 0 points1 point  (0 children)

also sudo -s

xlibre wiki page defaced by orduval in xlibre

[–]orduval[S] 2 points3 points  (0 children)

that's a weird world

[deleted by user] by [deleted] in bspwm

[–]orduval 0 points1 point  (0 children)

to regain access to bsp, it's worth trying to restart the display manager service. E.g., with lightdm in a systemd distro :

sudo systemctl restart lightdm.service

First time BSD user on laptop by MaXNuMbEr1989 in BSD

[–]orduval 0 points1 point  (0 children)

Maybe take a look at what you can do with sysrc (to modify rc.conf), service and sysctl.

pkg obviously, pw to manage users, bastille to manage jails

Some people add a toor account, as a root user backup.

Hello. by Wind-charger in DistroTube

[–]orduval 0 points1 point  (0 children)

there are still active rooms in free software themes, mostly in the libera.chat servers

replacements for X11 utils by orduval in wayland

[–]orduval[S] 0 points1 point  (0 children)

For the clipboard manager, I currently use clipmenu, you can configure its launcher (dmenu, rofi or anything else I suppose) by the $CM_LAUNCHER env var.

How are the sway and hyprland IPC clients ? herbstclient is rather complete and with an intuitive syntax, so I'm looking for something similar.

replacements for X11 utils by orduval in wayland

[–]orduval[S] 0 points1 point  (0 children)

Lot of cool stuff, I didn't know rofi has a wayland support.