|
|
|
" Tagbar configuration
|
|
nnoremap <F8> :TagbarToggle<CR>
|
|
|
|
" Bufstopfast remap
|
|
nnoremap <C-y> :BufstopFast<CR>
|
|
|
|
" Set colorscheme
|
|
colorscheme default
|
|
|
|
" Set floating terminal
|
|
nnoremap <C-t> :FloatTermNew --height=0.9 --width=0.9 --wintype=float --name=terminal <CR>
|