diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-01-16 20:10:29 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-01-16 20:10:29 -0800 |
commit | 0ad3093dc810bd62b85847bbe0559a36cca7b22c (patch) | |
tree | 168f7cc1b57bf0337b36407199e838d349008dbd | |
parent | 53e4d61cd1568ce47ee8b21df0563afcd2ffc09f (diff) |
update
-rw-r--r-- | home/xyz/.config/nvim/init.vim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index ce569031..97d594e8 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -126,6 +126,15 @@ set smartcase " :h disable-mouse set mouse= +" for alerting me plain text email characters per line +" https://mailformat.dan.info/body/linelength.html suggested 65 +"" https://superuser.com/q/827647/1282809 +" https://lkml.org shows Linus seems use 70 +" https://lkml.org Hottest messages shows people use around 70-80 +" https://en.wikipedia.org/wiki/Characters_per_line +" related: textwidth +"set colorcolumn=70 + " map ctrl+h/j/k/l to move between split windows map <C-h> <C-w>h map <C-j> <C-w>j |