mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
7 lines
148 B
VimL
7 lines
148 B
VimL
|
nnoremap <silent> <leader>t :terminal<CR>
|
||
|
|
||
|
augroup vimrc-terminal
|
||
|
autocmd!
|
||
|
autocmd TermOpen * set nocursorline | IndentLinesDisable
|
||
|
augroup END
|