diff options
-rw-r--r-- | dev/git/index.html | 2 | ||||
-rw-r--r-- | tools/vim.html | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev/git/index.html b/dev/git/index.html index 2731283..ed64efa 100644 --- a/dev/git/index.html +++ b/dev/git/index.html @@ -29,7 +29,7 @@ $ git config --global core.pager "less -F -X" </pre> - <p>Use <a href="../tools/vim.html#vimdiff">vimdiff</a> as diff and merge tool;</p> + <p>Use <a href="../../tools/vim.html#vimdiff">vimdiff</a> as diff and merge tool;</p> <pre> $ git config --global diff.tool vimdiff diff --git a/tools/vim.html b/tools/vim.html index 441fc50..89ac0c0 100644 --- a/tools/vim.html +++ b/tools/vim.html @@ -6,7 +6,7 @@ </head> <body> - <a href="index.html">Systools Index</a> + <a href="index.html">Tools Index</a> <h1 id="vim"> Vim</h1> <p><leader> with default configuration is key \, so when @@ -194,13 +194,15 @@ <dd> Get changes from other window into the current window.</dd> <dt>dp</dt> <dd>Put the changes from current window into the other window.</dd> - <dt>]c</dd> + <dt>]c</dt> <dd>Jump to the next change.</dd> - <dt>[c - Jump to the previous change.</dd> - <dt>Ctrl W + Ctrl W - Switch to the other split window.</dd> + <dt>[c</dt> + <dd>Jump to the previous change.</dd> + <dt>Ctrl W + Ctrl W</dt> + <dd>Switch to the other split window.</dd> </dl> - <a href="index.html">Systools Index</a> + <a href="index.html">Tools Index</a> <p>This is part of the Hive System Documentation. Copyright (C) 2019 Hive Team. |