refactor: reorganize, add package (opencode, osgrep, beads), add ai agent shell
This commit is contained in:
parent
7e0a207778
commit
a0f0f39399
58 changed files with 7867 additions and 42 deletions
|
|
@ -1,9 +0,0 @@
|
|||
-- Essential keymaps (minimal improvements over default Vim)
|
||||
local keymap = vim.keymap
|
||||
|
||||
-- Clear search highlight with <esc>
|
||||
keymap.set("n", "<esc>", "<cmd>noh<cr>", { desc = "Clear search highlight" })
|
||||
|
||||
-- Better indenting (stay in visual mode)
|
||||
keymap.set("v", "<", "<gv")
|
||||
keymap.set("v", ">", ">gv")
|
||||
Loading…
Add table
Add a link
Reference in a new issue