diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/vim.html | 12 |
1 files changed, 7 insertions, 5 deletions
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. |