← Back to context Comment by randmeerkat 2 years ago > I use 0 plugin and 6 lines of .vimrc config…What are the six lines in your .vimrc? 2 comments randmeerkat Reply bionsystem 2 years ago set tabstop=2set softtabstop=2set shiftwidth=2set expandtabsyntax onset bg=darkoptionally :set autoindenton wsl :set t_u7=(no value ; almost pulled my hair finding this one out) lsllc 2 years ago In case anyone is wondering what the `set t_u7=` is all about:https://vi.stackexchange.com/questions/27391/why-it-enters-r...
bionsystem 2 years ago set tabstop=2set softtabstop=2set shiftwidth=2set expandtabsyntax onset bg=darkoptionally :set autoindenton wsl :set t_u7=(no value ; almost pulled my hair finding this one out) lsllc 2 years ago In case anyone is wondering what the `set t_u7=` is all about:https://vi.stackexchange.com/questions/27391/why-it-enters-r...
lsllc 2 years ago In case anyone is wondering what the `set t_u7=` is all about:https://vi.stackexchange.com/questions/27391/why-it-enters-r...
set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab
syntax on
set bg=dark
optionally :
set autoindent
on wsl :
set t_u7=
(no value ; almost pulled my hair finding this one out)
In case anyone is wondering what the `set t_u7=` is all about:
https://vi.stackexchange.com/questions/27391/why-it-enters-r...