Compare commits

..

2 Commits

Author SHA1 Message Date
roodletoof 3dcbfe7d27 make most keybinds silent 2026-07-31 00:19:38 +02:00
roodletoof 7687fd009a add keybind to go to pwd in vim 2026-07-31 00:19:29 +02:00
+7 -6
View File
@@ -62,12 +62,13 @@ 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')
set clipboard^=unnamed,unnamedplus