From b19a60a729cee614fa403d00177686868ec41ddf Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 21 Mar 2023 22:35:04 +0100 Subject: [PATCH] start documenting keybindings --- bindings.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 bindings.md diff --git a/bindings.md b/bindings.md new file mode 100644 index 0000000..f71cf16 --- /dev/null +++ b/bindings.md @@ -0,0 +1,49 @@ +# i(nsert) +jk + +# n(ormal) + +w vim.cmd.w +x source buffer + +? telescope.builtin.oldfiles + telescope.builtin.buffers +/ telescope.builtin.current_buffer_fuzzy_finder + +sf telescope.builtin.find_files +sh telescope.builtin.help_tags +sw telescope.builtin.grep_string +sg telescope.builtin.live_grep +sd telescope.builtin.diagnostics + +rn vim.lsp.buf.rename +ca vim.lsp.buf.code_action + +gd vim.lsp.buf.definition +gD vim.lsp.buf.declaration +gr vim.lsp.buf.reference +gI vim.lsp.buf.implementation +D vim.lsp.buf.type_definition +d trouble +ds telescope.builtin.lsp_document_symbols +ws telescope.builtin.lsp_dynamic_workspace_symbols + +wa vim.lsp.buf.add_workspace_folder +wr vim.lsp.buf.remove_workspace_folder +wl vim.lsp.buf.list_workspace_folder + +e Neotree toggle + +tn TestNearest +tf TestFile +tt TestLast + + +K vim.lsp.buf.hover + vim.lsp.buf.signature_help + + + treesitter incremental selection + +[d vim.diagnostic.goto_prev +]d vim.diagnostic.goto_next