[2024-05-20] Add word count, set tabstop
This commit is contained in:
parent
fa561b403a
commit
ccf603a853
2 changed files with 20 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue