mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
add: update config (tuning speed)
This commit is contained in:
parent
83ef9398c8
commit
22b81afe5f
8 changed files with 131 additions and 122 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