AutoYADM commit: 2024-11-12 01:00:01
This commit is contained in:
parent
d4e0dfea0a
commit
9b2896545a
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ map({ "n", "t", "i" }, "<C-Right>", "<cmd> TmuxNavigateRight<CR>", { desc = "Swi
|
|||
map({ "n", "t", "i" }, "<C-Up>", "<cmd> TmuxNavigateUp<CR>", { remap = true })
|
||||
map({ "n", "t", "i" }, "<C-Down>", "<cmd> TmuxNavigateDown<CR>", { desc = "Switch Window Down", remap = true })
|
||||
|
||||
map("n", "<C-CR>", function()
|
||||
print("testing?")
|
||||
Snacks.terminal(nil, { cwd = LazyVim.root() })
|
||||
end, { desc = "Terminal (Root Dir)" })
|
||||
map("t", "<C-CR>", "<cmd>close<cr>", { desc = "Hide Terminal" })
|
||||
|
||||
map({ "x" }, "<M-Left>", "<M-h>", { remap = true })
|
||||
map({ "x" }, "<M-Right>", "<M-l>", { remap = true })
|
||||
map({ "n", "x", "v" }, "<M-Up>", "<M-k>", { remap = true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue