From: Samir Benmendil Date: Wed, 26 Jun 2024 10:31:51 +0000 (+0000) Subject: tig: replace K with gh to view help X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/178296eb67a369217a59aaacb69668ac7d94f73f?ds=sidebyside tig: replace K with gh to view help This frees K to still be used as UP. --- diff --git a/tig/config b/tig/config index fc3255f..460ecc7 100644 --- a/tig/config +++ b/tig/config @@ -14,6 +14,7 @@ bind generic gk previous bind generic gp parent bind generic gP back bind generic gn view-next +bind generic gh view-help bind main G move-last-line bind generic G move-last-line @@ -68,5 +69,4 @@ bind generic c none bind generic cc !git commit bind generic ca !?@git commit --amend --no-edit -bind generic K view-help bind generic view-next