Manos Mertzianis
Manos Mertzianis
pm2 is an independant module that can deamonize processes (make them run on the background) and it provides basic monitoring and file watching. For example if you want to run...
@gr2m @mbad0la, I think you are both right. It's better to leave it to the preferences of the user (a.k.a. developer). It's better if we can create a doc about...
Update for apps like Calculator: Through further inspection I realised that the main issue with Calculator is that it comes as a flatpak installed app and this is the reason...
> > Shift+arrow keys are good as a secondary binding but I think we should pick a different primary key. `shift-ctrl-p`/`-n`? > > IIRC due to terminal limitations it's not...
To elaborate a little more on the recent push, I considered all of your comments and I would like to request some opinions. **Regarding the keybinds**: I know I have...
@sudormrfbin @EpocSquadron I changed the keybindings to `Alt+u, Alt+d`. However, `Alt+Up, Alt+Down` do not work properly. Should I retain `Shift+Up, Shift+Down` as an alternative to the alt bindings? I am...
Upon further study on the code design, I realised that a preview exists solely when a `FilePicker` is created, while `Picker` has a more generalised usage. That means that `FilePicker`...
> * `alt-j` / `shift-down` - Move preview down `scroll-lines` at a time > > * `alt-k` / `shift-up` - Move preview up `scroll-lines` at a time > > *...
Fixed linting test issues with `cargo fmt --all`
> I imagine the same scroll keys should be used as for scrolling in https://github.com/helix-editor/helix/pull/4189 Currently, documentation scrolling in popups that appear by doing `k` is possible via Ctrl-d/Ctrl-u. I...