Add some usefull sets #3

Closed
opened 2022-05-16 07:39:49 +03:00 by i · 0 comments
set modelines=0 " prevents some security exploits
set ttyfast     " better tty response
" strip all trailing whitespace in the current file
nnoremap <leader>W :%s/\s\+$//<cr>:let @/=''<CR>
``` set modelines=0 " prevents some security exploits set ttyfast " better tty response " strip all trailing whitespace in the current file nnoremap <leader>W :%s/\s\+$//<cr>:let @/=''<CR> ```
i closed this issue 2022-05-17 00:02:04 +03:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: i/vimrc#3
There is no content yet.