1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00

Fix typo whit -> with

This commit is contained in:
Gökhan Karabulut 2017-11-27 00:14:51 +03:00 committed by GitHub
parent 8d1067c33c
commit 5ec7ac0511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |
| `<leader>` + num | Normal | Jump to the buffer whit the num index |
| `<Alt>` + num | Normal | Jump to the buffer whit the num index, this only works in neovim |
| `<leader>` + num | Normal | Jump to the buffer with the num index |
| `<Alt>` + num | Normal | Jump to the buffer with the num index, this only works in neovim |
| `<Alt>` + `h`/`<Left>` | Normal | Jump to left buffer in the tabline, this only works in neovim |
| `<Alt>` + `l`/`<Right>` | Normal | Jump to Right buffer in the tabline, this only works in neovim |
| `<leader>`+`ts` | Normal | Toggle spell-checker (:setlocal spell!) |