Update 2024-10-01 17:54 OpenBSD/amd64-t14
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user