Update 2024-10-01 17:54 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-10-01 17:54:06 +02:00
parent 777a26e36b
commit bda30ddfea
6 changed files with 16 additions and 10 deletions

View File

@@ -255,6 +255,12 @@ endif
" CUSTOM: # highlights, n searches.
nmap # :let @/ = expand('<cword>')\|set hlsearch<C-M>
" CUSTOM: root save
function RootSave()
:exec 'w !doas dd of=' . shellescape(expand('%'))
:set nomodified
endfunction
" PLUGIN: TAGBAR
nmap <F12> :TagbarToggle<CR>
let g:tagbar_ctags_bin = "ectags"