diff --git a/docs/documentation.md b/docs/documentation.md index c5c5505db..efb8b863f 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1664,8 +1664,8 @@ Unite work flow leader can only be used in normal mode. Unite leader need unite | ----------------------- | :-----------: | ---------------------------------------------------------------- | | `F2` | _All_ | Toggle tagbar | | `F3` | _All_ | Toggle Vimfiler | -| `` + num | Normal | Jump to the buffer whit the num index | -| `` + num | Normal | Jump to the buffer whit the num index, this only works in neovim | +| `` + num | Normal | Jump to the buffer with the num index | +| `` + num | Normal | Jump to the buffer with the num index, this only works in neovim | | `` + `h`/`` | Normal | Jump to left buffer in the tabline, this only works in neovim | | `` + `l`/`` | Normal | Jump to Right buffer in the tabline, this only works in neovim | | ``+`ts` | Normal | Toggle spell-checker (:setlocal spell!) |