Update 2024-08-18 20:19 OpenBSD/amd64-x13
This commit is contained in:
15
.vim/vimrc
15
.vim/vimrc
@@ -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
|
||||
" ###########################################
|
||||
|
||||
Reference in New Issue
Block a user