make most keybinds silent

This commit is contained in:
2026-07-31 00:19:38 +02:00
parent 7687fd009a
commit 3dcbfe7d27
+6 -6
View File
@@ -62,12 +62,12 @@ set wildignore=*.o,*.obj,.git/**,tags,*.pyc
set noswapfile
set makeprg=just
syntax on
tnoremap <c-w>c <c-\><c-n><c-w>c
xnoremap H ^
xnoremap L $
nnoremap Q @@
nnoremap ,m :make<CR>
nnoremap - :E<CR>
tnoremap <silent> <c-w>c <c-\><c-n><c-w>c
xnoremap <silent> H ^
xnoremap <silent> L $
nnoremap <silent> Q @@
nnoremap <silent> ,m :make<CR>
nnoremap <silent> - :E<CR>
nnoremap <silent> _ :execute 'Explore ' . fnameescape(getcwd())<CR>
if has('clipboard')