Luka Markušić

Results 29 issues of Luka Markušić

**Is your feature request related to a problem? Please describe.** Instead of just having the `git log graph` to the left and the `diff` to the right, I would also...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Usually when I use `move patch into new commit` I'd like to reword that commit, I'd rather get the popup...

enhancement

**Is your feature request related to a problem? Please describe.** `vimspector` ignores comments in JSON (`// comment`), but `cmake4vim` doesn't so it complains about parsing the JSON file when trying...

I've had this issue for a while and now I've narrowed it down to only class specific abstract mappings. E.g. I have things like these ``` # default mappings for...

This fixes the scrolling caused by a regression in #447 . It still has some issues regarding highlighting rows, but I'm not overtly interested in diving into `gocui` given that...

I'm managing to crash consistently. 1. `./scli --save-history --enable-notifications --show-names --notification-command "notify-send -i '%a' scli '%s'"` 2. `` to focus messages 3. /something 4. `` Result: ``` ~/Downloads/gits/scli  ...

needs diagnosis

Is it possible to pick emojis that aren't one of the 6 recommended ones? Some sort of "here's all of them, pick one"?

enhancement

- **PR Description** This tests for `pre-commit` hooks in several previously unchecked situations, e.g. when amending, rewording, (re)setting the author, extracting custom patch to a new commit. It's a draft...