From 2608e383422df44e102255cb7bd9fade84179a58 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 26 Apr 2023 22:35:38 +0200 Subject: [PATCH] add todo section to bindings --- bindings.md => BINDINGS.md | 7 +++++++ 1 file changed, 7 insertions(+) rename bindings.md => BINDINGS.md (94%) diff --git a/bindings.md b/BINDINGS.md similarity index 94% rename from bindings.md rename to BINDINGS.md index 1e3f401..42ebb0f 100644 --- a/bindings.md +++ b/BINDINGS.md @@ -48,3 +48,10 @@ K vim.lsp.buf.hover [d vim.diagnostic.goto_prev ]d vim.diagnostic.goto_next + +### TODO + +- print to current buffer + ``` + vim.api.nvim_put({ %s })}, "c", true, true) + ```