mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +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
|
@ -193,7 +193,7 @@ end
|
|||
-- keymap("t", "<C-k>", "<C-\\><C-N><C-w>k", term_opts)
|
||||
-- keymap("t", "<C-l>", "<C-\\><C-N><C-w>l", term_opts)
|
||||
|
||||
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