From 816a0be5647ce29b6db27dbe23d2cf7d1b7303d7 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Thu, 26 Jan 2023 15:54:02 -0500 Subject: [PATCH] Disable vim terminal cmd --- vimrc | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) 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