diff options
| author | Cody Hiar <thornycrackers@users.noreply.github.com> | 2021-09-05 10:02:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-05 18:02:24 +0200 |
| commit | 5fc94cdd784ee1e4d79c850102b1035b58b5e435 (patch) | |
| tree | 267bb2c89c470ab124bae7bbfe1b140f084828ad /README.md | |
| parent | ac42f0c26cb417b76046a394c1b3163d346e9107 (diff) | |
Add builtin.jumplist back into README.md (#1210)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -431,6 +431,7 @@ Built-in functions. Ready to be bound to any key you like. :smile: | `builtin.colorscheme` | Lists available colorschemes and applies them on `<cr>` | | `builtin.quickfix` | Lists items in the quickfix list | | `builtin.loclist` | Lists items from the current window's location list | +| `builtin.jumplist` | Lists Jump List entries | | `builtin.vim_options` | Lists vim options, allows you to edit the current value on `<cr>` | | `builtin.registers` | Lists vim registers, pastes the contents of the register on `<cr>` | | `builtin.autocommands` | Lists vim autocommands and goes to their declaration on `<cr>` | |
