summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d65ced0)
raw | patch | inline | side by side (parent: d65ced0)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 10 Sep 2006 21:13:35 +0000 (23:13 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Sun, 10 Sep 2006 21:13:35 +0000 (23:13 +0200) |
The toggle-lineno is now bound to '.' by default.
manual.txt | patch | blob | history | |
tig.c | patch | blob | history |
diff --git a/manual.txt b/manual.txt
index 82e848e98dd4750e55c2c85b47d6503e3832977d..37907490690a7a7f3e18a890f7a2cb1193e7fbc0 100644 (file)
--- a/manual.txt
+++ b/manual.txt
tig in a repository with a long history without limiting \
the revision log.
v Show version.
-n Toggle line numbers on/off.
+'.' Toggle line numbers on/off.
g Toggle revision graph visualization on/off.
':' Open prompt. This allows you to specify what git command \
to run. Example `:log -p`
index bfa8ae8560fb1ef393c8680cea81246aa9875221..e78c26c2377d64520123a9607dbdc1cd33cc27ea 100644 (file)
--- a/tig.c
+++ b/tig.c
{ 'z', REQ_STOP_LOADING },
{ 'v', REQ_SHOW_VERSION },
{ 'r', REQ_SCREEN_REDRAW },
- { 'n', REQ_TOGGLE_LINENO },
+ { '.', REQ_TOGGLE_LINENO },
{ 'g', REQ_TOGGLE_REV_GRAPH },
{ ':', REQ_PROMPT },