mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
Update nvim config
This commit is contained in:
parent
3644271f7d
commit
e995f07fef
11 changed files with 114 additions and 35 deletions
|
|
@ -37,3 +37,5 @@ vim.keymap.set("v", "<Right>", "", { noremap=true })
|
|||
-- Make Shift-Tab undo indent.
|
||||
vim.keymap.set("i", "<S-Tab>", "<C-d>")
|
||||
|
||||
-- NvimTree
|
||||
vim.keymap.set("n", "<leader>e", ":NvimTreeToggle<cr>", { noremap=true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue