maxigaz
maxigaz
When I try setting the option `case_insensitive` to `false`, it doesn't seem to affect whether upper or lowercase characters are matched or not. Here's an elaborate example: 1. Run `:lua...
I have a .org file converted from .md with Pandoc that is over 800 lines long. I have 1-2 second long lags whenever I open it with Neovim 0.1.7, make...
I'm trying to automate typing in a command and pressing Enter in Zathura. For example: ``` sleep 2; wtype :info -k return ``` If I run this in a terminal...
Web browsers like Firefox and Chromium and several media players support [MPRIS](https://specifications.freedesktop.org/mpris-spec/latest/) under Linux. This allows one to do any of the following: - Create notifications or panel widgets that...
I've recently installed the Python wrapper through `pip install sioyek --user` on Arch Linux. When I run my Python script (either from the terminal or from Sioyek) that includes the...
It would be great if Pickachu could read an existing CSS colour value that is highlighted in visual mode, so that it doesn't have to be deleted first. I'm using...
The GUI of Zyn-Fusion is completely black if I open it in Qtractor. This happens with the following software setup: - Arch Linux + i3-gaps - LV2 development version of...
Fixes #2732. At the time of writing this, I used MesloLGM Nerd Font, installed from the package `font-meslo-nerd` through `apk` on postmarketOS and `ttf-meslo-nerd` through `pacman` on Arch Linux. ...
The logo of postmarketOS was added to Nerd Fonts in [v1.2.0](https://github.com/lukas-w/font-logos/releases/tag/v1.2.0), and it also shows up in the patched version of Meslo (installed via the package `font-meslo-nerd` from the Alpine...
Once the user defines their formats in their tmux.conf, the widgets will appear again. For example: ``` set -g @onedark_date_format "%Y/%m/%d" set -g @onedark_time_format "%R" ```