Files
vim/BINDINGS.md
2023-04-26 22:46:15 +02:00

1.7 KiB

i(nsert)

jk

n(ormal)

, vim.cmd.w x source buffer

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 so telescope.builtin.oldfiles sd telescope.builtin.diagnostics sk telescope.builtin.keymaps

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 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)