mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-16 07:28:11 +02:00
add: update config
This commit is contained in:
parent
3100854e08
commit
76117ededa
20 changed files with 245 additions and 176 deletions
|
@ -12,7 +12,7 @@ smart_splits.setup({
|
|||
ignored_buftypes = { "nofile" },
|
||||
})
|
||||
|
||||
vim.keymap.set("n", "<C-Left>", require("smart-splits").resize_left)
|
||||
vim.keymap.set("n", "<C-Down>", require("smart-splits").resize_down)
|
||||
vim.keymap.set("n", "<C-Up", require("smart-splits").resize_up)
|
||||
vim.keymap.set("n", "<C-Right>", require("smart-splits").resize_right)
|
||||
-- vim.keymap.set("n", "<C-Left>", require("smart-splits").resize_left)
|
||||
-- vim.keymap.set("n", "<C-Down>", require("smart-splits").resize_down)
|
||||
-- vim.keymap.set("n", "<C-Up", require("smart-splits").resize_up)
|
||||
-- vim.keymap.set("n", "<C-Right>", require("smart-splits").resize_right)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue