Akuli
Akuli
would be nice to say: just close all delete files, and do not ask me about each one
Maybe the key bindings should be Alt+Shift+D, Alt+Shift+F and Alt+Shift+C. The location of D, F and C keys on the keyboard resembles the UI layout: editing area (F) is on...
>Maybe I'm wrong but I've never seen a project having a an opened tab of a file with 'depth=2' since if we try to do it the 'depth=1' dir will...
The project root, as shown in the directory tree, is not necessarily what `find_project_root()` returns. There are already ways how those can end up different, for example, if you delete...
Seems to only affect up/down arrow keys
related: #911
`git checkout` can do (at least) two very different things. Do you mean `git checkout branch` or `git checkout file`?
If we add branch switching, we will also need to add something to show what branch you are on. Currently it is the only part of `git status` that is...
We will also have to think about whether we really want Porcupine to turn into a Git GUI, or do we want it to be just an editor. In my...
If we add `git lola` support, it would be nice if you could right-click the commits to `git show` or `git checkout` them. For that we need `git checkout` support...