From 27d0faaaf4c40e5bd53833172ab7e07491b270c4 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 5 Feb 2023 23:33:45 -0500 Subject: .vim/vimrc: Add no close terminal function --- .vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index 431e3bf..32e5d1e 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -269,9 +269,13 @@ function s:notify(command) call popup_notification(systemlist(a:command), { 'pos': 'topright', 'col': 9999, 'time' : 600000, 'highlight': 'Normal' }) endfunction + +"-------------------Commands-------------------" + command! -nargs=? -range Jump call s:cursor(@*) command! -nargs=? -range REPL call s:repl(, , ) command! -nargs=1 -range Notify call s:notify() +command! Term term ++noclose "----------------Autorun----------------" -- cgit v1.2.3