change nvim keybinds

This commit is contained in:
2025-06-03 15:02:08 -07:00
parent 9e42641a34
commit b639f69a3b

View File

@@ -100,7 +100,7 @@ require("neocord").setup({
terminal_text = "Using Terminal", -- Format string rendered when in terminal mode. terminal_text = "Using Terminal", -- Format string rendered when in terminal mode.
}) })
vim.keymap.set({'n', 'x', 'o'}, 'z', vim.diagnostic.open_float) vim.keymap.set({'n', 'x', 'o'}, ',', vim.diagnostic.open_float)
vim.keymap.set({'n', 'x', 'o', 'i'}, '<c-s>', "<cmd>up<cr>") vim.keymap.set({'n', 'x', 'o', 'i'}, '<c-s>', "<cmd>up<cr>")
@@ -154,4 +154,3 @@ vim.cmd([[
colorscheme catppuccin colorscheme catppuccin
]]) ]])