diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-29 19:08:43 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-29 19:08:43 -0500 |
| commit | 0574377182f28a8449b1955d287bfa27cfc3fe88 (patch) | |
| tree | c86bfcd5e1df50dc237c7456290f778ddc8c0c2f /env/.config/nvim | |
| parent | 989269f4d5a0d3834bab3003cc557a5df5dbc13e (diff) | |
Squashed commit of the following:
- the splittening. get reqs are now seperate files. and im using a loop
Diffstat (limited to 'env/.config/nvim')
| -rwxr-xr-x | env/.config/nvim/lua/yourmom/remap.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/env/.config/nvim/lua/yourmom/remap.lua b/env/.config/nvim/lua/yourmom/remap.lua index 131eff9..895203a 100755 --- a/env/.config/nvim/lua/yourmom/remap.lua +++ b/env/.config/nvim/lua/yourmom/remap.lua @@ -66,8 +66,8 @@ vim.keymap.set('n', '<leader>tp', ':tabp<CR>') vim.keymap.set("n", "<leader>ee", "oif err != nil {<CR>}<Esc>Oreturn err<Esc>") -- terminal niceites -vim.keymap.set("n", "<C-;>", ":", { desc = "Enter command mode" }) -vim.keymap.set("v", "<C-;>", ":", { desc = "Enter command mode (visual)" }) +-- vim.keymap.set("n", "<C-;>", ":", { desc = "Enter command mode" }) +-- vim.keymap.set("v", "<C-;>", ":", { desc = "Enter command mode (visual)" }) vim.keymap.set("t", "<C-e>", "<C-\\><C-n>", { desc = "Exit terminal" }) |
