mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: big file plugins
This commit is contained in:
parent
f2cd687048
commit
b643b04031
4 changed files with 15 additions and 16 deletions
|
@ -41,6 +41,7 @@ vim.g.maplocalleader = " "
|
|||
|
||||
-- Normal --
|
||||
-- Better window navigation
|
||||
keymap("n", "<C-t>", ':lua require("user.utils.whichkey")._OPEN_WEZTERM_TAB()<cr>', opts)
|
||||
keymap("n", "<C-h>", "<C-w>h", opts)
|
||||
keymap("n", "<C-j>", "<C-w>j", opts)
|
||||
keymap("n", "<C-k>", "<C-w>k", opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue