diff options
| author | bh <qn+git@excalibur.computer> | 2026-04-16 19:09:38 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-04-16 19:09:38 +0800 |
| commit | f0ec508a7281617ac47e3ef0cf6ed3438114c152 (patch) | |
| tree | fd39a1b48ebe1cf5cf705480a5606daeff5460a2 /init.lua | |
| parent | 6079a2a59b1f1df76d86c73ab850f488e0233fe8 (diff) | |
Change surround plugin and change flash.nvim keybindings
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -150,6 +150,9 @@ vim.api.nvim_set_hl(0, "NormalFloat", { fg = "#8affff", bg = "#003636" }) -- vim.o.guifont = "Source Code Pro:h10.5" vim.o.guifont = "JetBrainsMono Nerd Font:h10.5" +-- Deleting keymaps +vim.keymap.del('n', 'y<C-g>') + -- General Neovim GUI vim.cmd([[ |
