Rémi Labeyrie

Results 7 issues of Rémi Labeyrie

When renaming a tab through `:TabRename`, it won't persist after closing the editor and recovering the previous session. Instead, the default behavior is back, with the focused buffer's name as...

enhancement

## What kind of change does this PR introduce? - Feature - Fixes #764 ## Did this PR introduce a breaking change? - No ## Content This overhauls the drawing...

I'm following the suggested configuration for AZERTY layouts here: https://github.com/fuhsjr00/bug.n/blob/master/doc/User-hotkeys.md#azerty-compatible-hotkeys Unfortunately, it doesn't work. Here's the error output: ![2022-07-30 20_59_55-Main](https://user-images.githubusercontent.com/4097716/181938834-8202ec29-42df-4ef1-b587-df3da8daa314.png) I'm using Windows 11 and the latest development version of...

Is there a reason for this change? It makes it impossible to use this function with a `Vec` (which does implement `std::io::Write`), while it is still possible in the current...

question
serde

I don't expect this to be necessarily the fault of this project, but I'm hoping for some guidance, as this issue doesn't appear on kitty with any other font that...

Follow-up to #9 Find a way to support arbitrarily complex ways to write shebangs. For example, this doesn't work: `!#${pkgs.bash}/bin/bash`. This is because the nix variable in the middle makes...

enhancement

Function parameters weren't correctly matched in all situations before. The previous queries seemed to be a bit complex to me and I fail to identify why, but maybe I'm missing...