QQ newbie
  • Joined on 2026-04-06
newbie renamed repository from QQdock.nvim to newbie/slot.nvim 2026-06-17 16:53:55 +08:00
newbie pushed to master at newbie/slot.nvim 2026-06-17 16:45:55 +08:00
45baf3c996 chore: add .luarc.json, doc/QQdock.txt, update .gitignore
newbie pushed tag v1.0.0 to newbie/slot.nvim 2026-06-17 16:39:19 +08:00
newbie pushed to master at newbie/slot.nvim 2026-06-17 16:37:24 +08:00
1038895db9 docs: rewrite README for v1.0
newbie pushed to master at newbie/slot.nvim 2026-06-17 16:36:27 +08:00
628f8250f8 fix: guard original_bufnr validity on borrowed restore
newbie pushed to master at newbie/slot.nvim 2026-06-17 15:44:19 +08:00
25ea356161 refactor: dynamic keymap registration from config.commands
newbie pushed to master at newbie/slot.nvim 2026-06-17 15:21:55 +08:00
718ce9036f fix: detect buffer mismatch on toggle (e.g. :e opened file over terminal)
newbie pushed to master at newbie/slot.nvim 2026-06-17 15:17:04 +08:00
81d623c5c0 feat: occupy main window when no file is open
newbie pushed to master at newbie/slot.nvim 2026-06-17 15:11:01 +08:00
ae1d2146c6 fix: replace toggleterm split with native rightbelow terminal
newbie pushed to master at newbie/slot.nvim 2026-06-17 15:01:51 +08:00
a3dfc7e01c update
newbie pushed to main at newbie/nvim 2026-06-17 14:47:16 +08:00
293a5a8689 Merge arch-refactor into main
ba27352d7b fix: pcall QQdock.setup for backward compat with old clone
a210f5e43f config: QQdock size horizontal=10 vertical=40
93650204df switch QQdock from local module to lazy spec
e1009aea83 refactor: add plugs/QQdock.lua spec (disabled), keep local lua/QQdock/ for now
Compare 30 commits »
newbie pushed to master at newbie/OMZ 2026-06-14 20:41:48 +08:00
2137e3a709 加入了gitea的mcp配置
newbie deleted branch main from newbie/slot.nvim 2026-06-11 21:17:12 +08:00
newbie pushed to arch-refactor at newbie/nvim 2026-06-11 21:14:13 +08:00
1f4388fe17 refactor: QQdock keymaps via setup() config, reasonix session per project
newbie pushed to master at newbie/slot.nvim 2026-06-11 21:14:00 +08:00
0f036b6b58 feat: configurable keymaps + commands, README with examples
newbie pushed to arch-refactor at newbie/nvim 2026-06-11 21:12:13 +08:00
4b63cf2194 feat: Reasonix sessions isolated per project dir (.reasonix-state)
newbie pushed to arch-refactor at newbie/nvim 2026-06-11 21:10:50 +08:00
36e420f868 feat: reasonix --continue to resume last session after restart
newbie pushed to arch-refactor at newbie/nvim 2026-06-11 21:10:45 +08:00
5d40ad91cc feat: reasonix --continue to resume last session after restart
newbie pushed to master at newbie/slot.nvim 2026-06-11 21:07:23 +08:00
a169b3139c fix: <C-\><C-\> toggles in ALL terminals, no Esc override needed
newbie pushed to master at newbie/slot.nvim 2026-06-11 21:01:06 +08:00
a26dc1a51a fix: only bind Esc→normal in shell, not TUI programs (Reasonix/lazygit)