minor updates; show constants in aerial

This commit is contained in:
2025-12-03 23:33:07 +08:00
parent 12c58d90fb
commit 9b4772487b
3 changed files with 22 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ local ct = require('conftool')
-- Maps
--
-- select all
ct.map('n', '<Leader>a', '<esc>ggVG<CR>')
-- ct.map('n', '<Leader>a', '<esc>ggVG<CR>')
--[[
-- spawn terminal
ct.map('n', '<C-M-t>', ':!' .. defs.external_term .. ' . &<CR><CR>')