diff --git a/README.md b/README.md index 7306eeb21..63423e943 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,10 @@ Key | Mode | Action ----- |:----:| ------------------ `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 +`` + `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!) ``+`tn` | Normal | Toggle line numbers (:setlocal nonumber!) ``+`tl` | Normal | Toggle hidden characters (:setlocal nolist!)