feat: autocomplete (#71)

This commit is contained in:
Hari 2026-04-14 12:43:57 -04:00 committed by GitHub
parent d352c45733
commit fa2260d8d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 25 additions and 4 deletions

View file

@ -17,4 +17,6 @@ map("x", "p", '"_dP')
map("n", "<Esc>", "<cmd>nohlsearch<cr>")
map("n", "<leader>t", "<cmd>setlocal wrap!<cr>")
map("n", "<C-W>]", "<cmd>vert winc ]<cr>")
map("t", "<Esc>", "<C-\\><C-n>")