diff --git a/vimrc b/vimrc index 1d07cf4..4bf0220 100644 --- a/vimrc +++ b/vimrc @@ -620,18 +620,19 @@ noremap Q "------------------------------------------------------------ " Open a terminal within vim. Use `exit` to close it. -if exists(':terminal') - noremap t :terminal - tnoremap te - tnoremap h - tnoremap j - tnoremap k - tnoremap l - nnoremap h - nnoremap j - nnoremap k - nnoremap l -endif +" DISABLING because I don't use this and I want to use the t for opening my todo file. +"if exists(':terminal') +" noremap t :terminal +" tnoremap te +" tnoremap h +" tnoremap j +" tnoremap k +" tnoremap l +" nnoremap h +" nnoremap j +" nnoremap k +" nnoremap l +"endif " Jump to other buffers. noremap