diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 18:03:50 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 18:03:50 +0100 |
| commit | eefdbbbfc9c5ada166e9b6fe8257ce8221f66718 (patch) | |
| tree | 03410e563e202b71f06a8cf5d3ef98e8a18ff12a /lua/user/keymaps.lua | |
| parent | e47445be8dc76ca0672871f7320e19d0d7f45f00 (diff) | |
| parent | 625cbc47271842540a0bee111b2a83ef65883de4 (diff) | |
Merge branch '20-alpha' into vgg
Diffstat (limited to 'lua/user/keymaps.lua')
| -rw-r--r-- | lua/user/keymaps.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 49087c7..d6db5cd 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -62,6 +62,7 @@ keymap("t", "<C-h>", "<C-\\><C-N><C-w>h", term_opts) keymap("t", "<C-j>", "<C-\\><C-N><C-w>j", term_opts) keymap("t", "<C-k>", "<C-\\><C-N><C-w>k", term_opts) keymap("t", "<C-l>", "<C-\\><C-N><C-w>l", term_opts) +>>>>>>> vgg -- Nvimtree keymap("n", "<leader>e", ":NvimTreeToggle<cr>", opts) |
