From 9cd85bb9587f9f421955adced6a2f00c4123f043 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 23 Nov 2018 00:31:48 -0500 Subject: Disable number, laststatus, ruler in vim --- home/.config/nvim/init.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home/.config/nvim') diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim index 8dee0fb3..4fa55841 100644 --- a/home/.config/nvim/init.vim +++ b/home/.config/nvim/init.vim @@ -13,13 +13,13 @@ set ignorecase smartcase inccommand=nosplit nmap :nohlsearch set foldmethod=syntax foldlevel=99 -set title +set title laststatus=1 set scrolloff=1 -set number colorcolumn=80 +set noruler colorcolumn=80 set list listchars=tab:\ \ ,trail:ยท colorscheme trivial -autocmd TermOpen * setlocal nonumber statusline=%{b:term_title} +autocmd TermOpen * setlocal statusline=%{b:term_title} autocmd BufEnter term://* startinsert tmap -- cgit 1.4.1 s'> summary refs log tree commit diff
Commit message (Collapse)Author
2021-02-07Set X key repeat rateJune McEnroe
2021-02-07Bump font size to 12June McEnroe
11 is what I use on macOS, but I feel like my eyes are working harder here.
2021-02-07Fully configure and rebind cwmJune McEnroe
This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-.
2021-02-07Add BintiJune McEnroe
2021-02-07Finish configuring xtermJune McEnroe
2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such.
2021-02-06Add xterm output to schemeJune McEnroe