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