Wilfred Hughes
Wilfred Hughes
Using ? for help is a magit convention. Offer basic information on keybindings by using Emacs' built-in help. Fixes #59
If I press ` s`, monky expands the diff, but unexpands when the file is staged. This means I need to expand the diff again when writing the commit message....
It would be useful to have a `?` command like magit does. Otherwise, it's hard to discover all the keybindings (I ended up using `describe-function` on `monky-status-mode`).
Suppose I have two separate multibranch pipeline jobs, `foo-unit` and `foo-integration`. When I push a branch to master, the following notifications are sent to Stash: ```json { "state": "SUCCESSFUL", "key":...
We should just grab the buffer and use it.
If users regularly search the same subdirectory, it would be nice to remember that. This behaviour would be consistent with our other setting preservations (e.g. case sensitivity).
Should probably restart the search in this situation too.
Currently we just say 'from override', which is less obvious.
Currently it's mixed with search term history.
See discussion in https://github.com/BurntSushi/ripgrep/issues/1078