diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-24 03:53:10 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-24 03:53:10 +0100 |
| commit | 0703660d49f22376d52a969e8c3cca64480b0f1b (patch) | |
| tree | ef3986b3b49b07660b0dca8f1a5c7b7bea15f8b2 /lua/user/keymaps.lua | |
| parent | 2a5f8920d10c4a85586ae6d697f233ce52144a10 (diff) | |
mason-lspconfig & mason-null-ls
Diffstat (limited to 'lua/user/keymaps.lua')
| -rw-r--r-- | lua/user/keymaps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index bdf1b6a..17f015b 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -30,7 +30,7 @@ keymap("n", "<Tab>", ":bnext<CR>", opts) keymap("n", "<S-Tab>", ":bprevious<CR>", opts) -- NvimTree -keymap("n", "e", ":NvimTreeToggle<CR>", opts) +keymap("n", "t", ":NvimTreeToggle<CR>", opts) -- Resize with arrows keymap("n", "<C-Up>", ":resize -2<CR>", opts) |
