diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-01-16 20:10:29 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-01-17 04:13:57 +0000 |
commit | 1b2c18fde4ff291daa848fb3e139e0aabaec3079 (patch) | |
tree | 64d6293307e52ff396d847d0ea734f8cbe13f545 /home/xyz/.config/nvim/init.vim | |
parent | 9004d40d3470e37d9d1fed84d981b6c3a29ccaa0 (diff) |
update
Diffstat (limited to 'home/xyz/.config/nvim/init.vim')
-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 d73e0ba0..11e40695 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 |