mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
feat: autocomplete (#71)
This commit is contained in:
parent
d352c45733
commit
fa2260d8d5
4 changed files with 25 additions and 4 deletions
|
|
@ -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>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue