From 07797b39851da045aa1bfd0289de0858a1377c48 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 18 Dec 2022 20:29:55 +0100 Subject: Switched to nvim and neovide --- plugin/terminal.vim | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 plugin/terminal.vim (limited to 'plugin/terminal.vim') diff --git a/plugin/terminal.vim b/plugin/terminal.vim deleted file mode 100644 index c8f02fd..0000000 --- a/plugin/terminal.vim +++ /dev/null @@ -1,19 +0,0 @@ -augroup TERMINAL - " Vim 8 has a terminal command... - if has('terminal') - " use default ESC key to leave insert mode in the internal terminal emulator - tnoremap N - " make terminal windows hidden by default (copied from :help terminal) - autocmd BufWinEnter * if &buftype == 'terminal' | setlocal bufhidden=hide | endif - endif - - " NEOVIM_incompatible: - if has('nvim') " Neovim? - autocmd TermOpen term://* set nobuflisted - " use default ESC key to leave insert mode in the internal terminal emulator - tnoremap - - menu &UI.&Open\ in\ Serversession - \ :execute ':!nvr --servername /tmp/nvimsocket --remote % +'.line('.'):stopinsert:set readonly - endif -augroup END -- cgit v1.2.3