Remove old comment

This commit is contained in:
2021-11-06 14:05:43 +03:00
parent ab7ebc371e
commit a8836cefee

View File

@@ -30,12 +30,7 @@ noremap <leader>nh :nohl<CR>
" Use Ctrl+A to select the whole file " Use Ctrl+A to select the whole file
nnoremap <C-a> ggVG nnoremap <C-a> ggVG
" function! OpenTerminal() " Open terminal
" split term://bash
" resize 10
" endfunction
" " Open terminal
" nnoremap <leader>t :call OpenTerminal()<CR>
nnoremap <leader>t :ToggleTerminal<CR> nnoremap <leader>t :ToggleTerminal<CR>
" Use Escape to go to normal mode " Use Escape to go to normal mode