Gitnuro icon indicating copy to clipboard operation
Gitnuro copied to clipboard

Better support for keyboard usage

Open JetpackDuba opened this issue 2 years ago • 3 comments

Add options to make easier to execute actions with keybindings.

It's mostly relevant when pulling, pushing, fetching, stashing, etc.

JetpackDuba avatar Nov 02 '22 18:11 JetpackDuba

How about keyboard support for:

  • navigating through lists (e.g. the commits or the list or staged/unstaged files) with KeyUp/KeyDown as well as J/K (same shortcuts as GMail uses)
  • staging/unstaging the selected file with Return/Enter key
  • switching between repositories with Ctrl+[Shift+]Tab
  • focusing the commit message field with / (similar to GMail etc. focusing the Search box like that)

Philipp91 avatar Dec 29 '22 20:12 Philipp91

git cola uses control + p to push, control + shift + p to pull and control + s to stage the current file.

I'm currently still using git cola to commit changes. one of the main reasons is the better commit control. i often only want to stage part of my changes. so i select and press s.

adam-ce avatar Jan 18 '24 10:01 adam-ce

For more flexibility, Gitnuro can expose functions like push, pull, stash, etc, and the user/developer can map them to key biddings

sabreu-teknorix avatar Jun 13 '24 07:06 sabreu-teknorix