Update 2024-08-18 20:19 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-08-18 20:19:14 +02:00
parent 223d3fa4cf
commit 47cf6e96c5
20 changed files with 0 additions and 3731 deletions

View File

@@ -120,21 +120,6 @@ inoremap <tab> <C-R>=CleverTab()<CR>
"packadd termdebug
"let g:termdebugger = "egdb"
" ###########################################
" # VIM FZF
" ###########################################
let g:fzf_layout = { 'down': '60%' }
let g:fzf_action = { 'ctrl-t': 'tab split', 'ctrl-x': 'vsplit' }
noreabbrev <expr> ts getcmdtype() == ":" && getcmdline() == 'ts' ? 'FZFTselect' : 'ts'
nmap gt <Plug>(fzf_tags)
nnoremap <leader>g :RG <C-R>=expand("<cword>")<CR><CR>
nnoremap <leader>f :Files<CR>
nnoremap <leader>b :Buffers<CR>
nnoremap <leader>t :Tags<CR>
nnoremap <leader>h :History<CR>
" ###########################################
" # TAGBAR
" ###########################################