John Purnell
John Purnell
It's working for me with Fork Lift 3.5.6 on macOS 12.3.1 on an M1 Mac.
Edit `window-status-format` and `window-status-current-format` and remove the leading and trailing spaces between the windows. I made the following changes, which results in what you are looking for. ``` set-option -g...
I realised that the function was used by other shells after having a look at the code, but `nocasematch` is set here when `[ -n "$PS1" ]` (primarily for easier...
Alacritty added the configuration file option for sourcing other files (`import`), in version 0.6.0, released on 2020-11-25.
The same applies to Mercurial, with the patterns in `~/.hgignore` not being considered.
I'm not sure about a standard, but have come across numerous `.bashrc`s where `EDITOR` was exported with arguments, and I've done so for many years without prior issue. The accepted...
Until then you can add it yourself, plus a lot more repository state information if you want, using [gitmux](https://github.com/arl/gitmux).
According to the EditorConfig [specification](https://editorconfig-specification.readthedocs.io/#supported-pairs) the description for `trim_trailing_whitespace` is: "Set to true to remove all whitespace characters preceding newline characters in the file and false to ensure it doesn’t.",...
First, many thanks for fst. Now an essential part of my R workflow. Would this mean that data.table secondary indices would be preserved between fst writes and reads, as with...
Agreed. I created a custom Nord theme that combines the Nord `dircolors` and `Alacritty` (my terminal) themes, adjusted because currently multiple `font-style`s aren't possible in `vivid`. There are likely some...