We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168945f commit 1f7a772Copy full SHA for 1f7a772
.vimrc
@@ -65,6 +65,8 @@ set autoindent
65
set smartindent
66
set textwidth=79
67
68
+set nofoldenable "" Don't fold
69
+
70
"" look for trailing white spaces
71
nnoremap <leader>tw /\s\+$<CR>
72
nnoremap <leader>w :%s/\s\+$//g<CR>
0 commit comments