This commit is contained in:
2026-06-07 17:06:15 +08:00
parent 693fddbe6f
commit d734377b2e
5 changed files with 32 additions and 23 deletions

View File

@@ -28,7 +28,6 @@ ct.map('n', '<Leader>wq', '<cmd>w<CR><cmd>bd<CR>')
-- netrw
ct.map('n', '<Leader>e', '<cmd>Explore<CR>')
--
-- LSP
--
@@ -78,6 +77,7 @@ ct.map('n', '<Leader>h', '<cmd>lua vim.lsp.buf.hover()<CR>')
--
-- Commands
--
ct.defcmd('CdMe', ':lcd %:p:h')
-- ct.defcmd('Xrdb', '!xrdb %')
-- ct.defcmd('ExTerm', '!' .. defs.external_term .. '&<CR><CR>')
-- ct.defcmd('ExFileMgr', '!' .. defs.external_filemgr .. '. &<CR><CR>')