From f7475ab7aadcfe89b613490c7f2169469130c767 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Jan 2023 20:21:18 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/LazyVim.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index 479a551c..01ffc35d 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -57,6 +57,8 @@ TODO *LazyVim-todo* - treesitter auto-install seems broken. Switch to `ensure_installed` instead? - list all plugins in readme - test all-the-things +- auto-generate keymaps for README.md +- auto-generate plugins for README.md KEYMAPS *LazyVim-keymaps* @@ -86,12 +88,12 @@ GENERAL ~ │fn │New File │**n** │ │xl │Open Location List │**n** │ │xq │Open Quickfix List │**n** │ -│tf │Format on Save │**n** │ -│ts │Spelling │**n** │ -│tw │Word Wrap │**n** │ -│tn │Line Numbers │**n** │ -│td │Diagnostics │**n** │ -│tc │Conceal │**n** │ +│tf │Toggle Format on Save │**n** │ +│ts │Toggle Spelling │**n** │ +│tw │Toggle Word Wrap │**n** │ +│tn │Toggle Line Numbers │**n** │ +│td │Toggle Diagnostics │**n** │ +│tc │Toggle Conceal │**n** │ │gg │Lazygit (cwd) │**n** │ │gG │Lazygit (root dir) │**n** │ │qq │Quit all │**n** │