refactored system

This commit is contained in:
Till 2026-01-22 00:13:33 +01:00
parent 6a62e2f23f
commit 386d889455
55 changed files with 336 additions and 580 deletions

View file

@ -9,9 +9,3 @@ augroup netrw
autocmd!
autocmd FileType netrw setl bufhidden=wipe
augroup end
augroup repl
autocmd!
autocmd TermOpen * setlocal nonumber norelativenumber
autocmd TermOpen * nmap <buffer> Q :bdelete!<enter>
augroup end