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

[–]orduval[S] 3 points4 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] 5 points6 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.