From f4a885755da253d605fe50336ecb24565dacc6e5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 31 Dec 2017 15:16:48 -0500 Subject: Set nonumber in terminals --- home/.config/nvim/init.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'home/.config') diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim index 35a730eb..9d68888d 100644 --- a/home/.config/nvim/init.vim +++ b/home/.config/nvim/init.vim @@ -11,16 +11,16 @@ set ignorecase smartcase inccommand=nosplit nmap :nohlsearch set foldmethod=syntax foldlevel=99 -autocmd TermOpen * setlocal statusline=%{b:term_title} -autocmd BufEnter term://* startinsert -tmap - set title set scrolloff=1 set number colorcolumn=80,100 set list listchars=tab:»·,trail:· colorscheme trivial +autocmd TermOpen * setlocal nonumber statusline=%{b:term_title} +autocmd BufEnter term://* startinsert +tmap + noremap n j noremap e k noremap k n -- cgit 1.4.1 type='submit' value='switch'/> collaborative ASCII art
about summary refs log tree commit diff homepage
Commit message (Expand)Author
2017-08-29Add four additional spawnsJune McEnroe
2017-08-28Add respawningJune McEnroe
2017-08-26Move license above includesJune McEnroe
2017-08-26Snapshot metadataJune McEnroe
2017-08-26Add meta.c to READMEJune McEnroe
2017-08-26Use MakefileJune McEnroe