[2024-05-20] Add word count, set tabstop

This commit is contained in:
Andrew Conlin 2024-05-20 09:21:54 +01:00
parent fa561b403a
commit ccf603a853
2 changed files with 20 additions and 11 deletions

View file

@ -21,3 +21,11 @@ nmap k gk
" use H and L for beginning/end of line
nmap H ^
nmap L $
" wrap text and split on words
set wrap
set linebreak
set nolist
set shiftwidth=4
set tabstop=4