Files
vim/BINDINGS.md
2023-04-28 11:14:28 +02:00

1.8 KiB

i(nsert)

jk

n(ormal)

, vim.cmd.w < noautocmd vim.cmd.w x source buffer

telescope.builtin.buffers * telescope.builtin.grep_string / telescope.builtin.live_grep

ff telescope.builtin.find_files fh telescope.builtin.help_tags fk telescope.builtin.keymaps fo telescope.builtin.oldfiles fr telescope.builtin.resume

ha harpoon add hq harpoon quick menu

r vim.lsp.buf.rename a 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 gt 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

it Treesitter inspect tree

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

TODO

  • print to current buffer
    vim.api.nvim_put({ %s })}, "c", true, true)