diff --git a/gitk b/gitk index fa1e83c..85d70d9 100755 --- a/gitk +++ b/gitk @@ -722,7 +722,41 @@ Gitk - a commit viewer for git Copyright © 2005-2006 Paul Mackerras -Use and redistribute under the terms of the GNU General Public License} \ +Use and redistribute under the terms of the GNU General Public License + +Keys +---- + - Move down a line + - Move up a line + - + - + - + - + - Scroll Diff +p - Previous commit +n - Next commit +z - Go back (?) +x - Go forward (?) +i - Previuos line +k - Next line +j - Go back +l - Go forward +b - ? +d - ? +u - ? +/ - Next find result (?) + - Find result +? - Previous find result +f - Next file + - Quit + - Find + - Find next + - Find previous + - Incrument font size + - Incrument font size + - Decrement font size + - Decrement font size +} \ -justify center -aspect 400 pack $w.m -side top -fill x -padx 20 -pady 20 button $w.ok -text Close -command "destroy $w"