diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index 012d0fb0..6f90c1e1 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -439,10 +439,10 @@ General │ │Increase window width │**n** │ │ │Move down │**n**, **v**, **i** │ │ │Move up │**n**, **v**, **i** │ -│ │Prev buffer │**n** │ -│ │Next buffer │**n** │ +│bb │Switch to Other Buffer │**n** │ +│ │Switch to Other Buffer │**n** │ │ │Escape and clear hlsearch │**i**, **n** │ -│r │Redraw and clear hlsearch │**n** │ +│ur │Redraw and clear hlsearch │**n** │ │n │Next search result │**n**, **x**, **o** │ │N │Prev search result │**n**, **x**, **o** │ │ │Save file │**i**, **v**, **n**, **s**│ @@ -450,18 +450,18 @@ General │fn │New File │**n** │ │xl │Open Location List │**n** │ │xq │Open Quickfix List │**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** │ +│uf │Toggle format on Save │**n** │ +│us │Toggle Spelling │**n** │ +│uw │Toggle Word Wrap │**n** │ +│un │Toggle Line Numbers │**n** │ +│ud │Toggle Diagnostics │**n** │ +│uc │Toggle Conceal │**n** │ │gg │Lazygit (cwd) │**n** │ │gG │Lazygit (root dir) │**n** │ │qq │Quit all │**n** │ -│hl │Highlight Groups at cursor│**n** │ -│ot │Terminal (root dir) │**n** │ -│oT │Terminal (cwd) │**n** │ +│sH │Highlight Groups at cursor│**n** │ +│ft │Terminal (root dir) │**n** │ +│fT │Terminal (cwd) │**n** │ │ │Enter Normal Mode │**t** │ │ww │other-window │**n** │ │wd │delete-window │**n** │ @@ -473,10 +473,6 @@ General │] │Next │**n** │ │d │Close │**n** │ │[ │Previous │**n** │ -│b] │Next Buffer │**n** │ -│bb │Switch to Other Buffer │**n** │ -│b[ │Previous Buffer │**n** │ -│ │Switch to Other Buffer │**n** │ LSP @@ -506,59 +502,58 @@ LSP Plugins -│ Key │ Description │Mode │ -│cm │mason.nvim Mason │**n**│ -│bd │mini.bufremove Delete Buffer │**n**│ -│bD │mini.bufremove Delete Buffer (Force) │**n**│ -│ft │neo-tree.nvim NeoTree (root dir) │**n**│ -│fT │neo-tree.nvim NeoTree (cwd) │**n**│ -│e │neo-tree.nvim NeoTree (root dir) │**n**│ -│E │neo-tree.nvim NeoTree (cwd) │**n**│ -│ │noice.nvim Redirect Cmdline │**c**│ -│nl │noice.nvim Noice Last Message │**n**│ -│nh │noice.nvim Noice History │**n**│ -│na │noice.nvim Noice All │**n**│ -│ │noice.nvim Scroll forward │**n**│ -│ │noice.nvim Scroll backward │**n**│ -│nd │nvim-notify Delete all Notifications │**n**│ -│sr │nvim-spectre Replace in files (Spectre) │**n**│ -│qs │persistence.nvim Restore Session │**n**│ -│ql │persistence.nvim Restore Last Session │**n**│ -│qd │persistence.nvim Don’t Save Current Session│**n**│ -│/ │telescope.nvim Find in Files (Grep) │**n**│ -│ │telescope.nvim Find Files (root dir) │**n**│ -│fb │telescope.nvim Buffers │**n**│ -│ff │telescope.nvim Find Files (root dir) │**n**│ -│fF │telescope.nvim Find Files (cwd) │**n**│ -│fr │telescope.nvim Recent │**n**│ -│gc │telescope.nvim commits │**n**│ -│gs │telescope.nvim status │**n**│ -│ha │telescope.nvim Auto Commands │**n**│ -│hc │telescope.nvim Commands │**n**│ -│hf │telescope.nvim File Types │**n**│ -│hh │telescope.nvim Help Pages │**n**│ -│hk │telescope.nvim Key Maps │**n**│ -│hm │telescope.nvim Man Pages │**n**│ -│ho │telescope.nvim Options │**n**│ -│hs │telescope.nvim Search Highlight Groups│**n**│ -│ht │telescope.nvim Telescope │**n**│ -│sb │telescope.nvim Buffer │**n**│ -│sc │telescope.nvim Command History │**n**│ -│sg │telescope.nvim Grep (root dir) │**n**│ -│sG │telescope.nvim Grep (cwd) │**n**│ -│sm │telescope.nvim Jump to Mark │**n**│ -│, │telescope.nvim Switch Buffer │**n**│ -│: │telescope.nvim Command History │**n**│ -│ss │telescope.nvim Goto Symbol │**n**│ -│]t │todo-comments.nvim Next todo comment │**n**│ -│[t │todo-comments.nvim Previous todo comment │**n**│ -│xt │todo-comments.nvim Todo Trouble │**n**│ -│xtt │todo-comments.nvim Todo Trouble │**n**│ -│xT │todo-comments.nvim Todo Telescope │**n**│ -│xx │trouble.nvim Document Diagnostics (Trouble) │**n**│ -│xX │trouble.nvim Workspace Diagnostics (Trouble) │**n**│ -│]] │vim-illuminate Next Reference │**n**│ -│[[ │vim-illuminate Prev Reference │**n**│ +│ Key │ Description │Mode │ +│cm │mason.nvim Mason │**n**│ +│bd │mini.bufremove Delete Buffer │**n**│ +│bD │mini.bufremove Delete Buffer (Force) │**n**│ +│fe │neo-tree.nvim Explorer NeoTree (root dir)│**n**│ +│fE │neo-tree.nvim Explorer NeoTree (cwd) │**n**│ +│e │neo-tree.nvim Explorer NeoTree (root dir)│**n**│ +│E │neo-tree.nvim Explorer NeoTree (cwd) │**n**│ +│ │noice.nvim Redirect Cmdline │**c**│ +│snl │noice.nvim Noice Last Message │**n**│ +│snh │noice.nvim Noice History │**n**│ +│sna │noice.nvim Noice All │**n**│ +│ │noice.nvim Scroll forward │**n**│ +│ │noice.nvim Scroll backward │**n**│ +│un │nvim-notify Delete all Notifications │**n**│ +│sr │nvim-spectre Replace in files (Spectre) │**n**│ +│qs │persistence.nvim Restore Session │**n**│ +│ql │persistence.nvim Restore Last Session │**n**│ +│qd │persistence.nvim Don’t Save Current Session │**n**│ +│, │telescope.nvim Switch Buffer │**n**│ +│/ │telescope.nvim Find in Files (Grep) │**n**│ +│: │telescope.nvim Command History │**n**│ +│ │telescope.nvim Find Files (root dir) │**n**│ +│fF │telescope.nvim Find Files (cwd) │**n**│ +│fb │telescope.nvim Buffers │**n**│ +│ff │telescope.nvim Find Files (root dir) │**n**│ +│fr │telescope.nvim Recent │**n**│ +│gc │telescope.nvim commits │**n**│ +│gs │telescope.nvim status │**n**│ +│sa │telescope.nvim Auto Commands │**n**│ +│sC │telescope.nvim Commands │**n**│ +│so │telescope.nvim Options │**n**│ +│st │telescope.nvim Telescope │**n**│ +│sh │telescope.nvim Search Highlight Groups │**n**│ +│sG │telescope.nvim Grep (cwd) │**n**│ +│sk │telescope.nvim Key Maps │**n**│ +│sM │telescope.nvim Man Pages │**n**│ +│sb │telescope.nvim Buffer │**n**│ +│sc │telescope.nvim Command History │**n**│ +│sg │telescope.nvim Grep (root dir) │**n**│ +│sh │telescope.nvim Help Pages │**n**│ +│sm │telescope.nvim Jump to Mark │**n**│ +│ss │telescope.nvim Goto Symbol │**n**│ +│]t │todo-comments.nvim Next todo comment │**n**│ +│[t │todo-comments.nvim Previous todo comment │**n**│ +│xt │todo-comments.nvim Todo Trouble │**n**│ +│xtt │todo-comments.nvim Todo Trouble │**n**│ +│xT │todo-comments.nvim Todo Telescope │**n**│ +│xx │trouble.nvim Document Diagnostics (Trouble) │**n**│ +│xX │trouble.nvim Workspace Diagnostics (Trouble) │**n**│ +│]] │vim-illuminate Next Reference │**n**│ +│[[ │vim-illuminate Prev Reference │**n**│ PLUGINS *LazyVim-plugins*