This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
dotfiles-chezmoi
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Removing autocmd for whitespace cleanup, use <leader><F2> instead
pull/2/head
Ryan Reed
3 years ago
parent
073ba2968c
commit
620424dbe7
1 changed files
with
0 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
dot_vim/vimrc
+ 0
- 3
dot_vim/vimrc
View File
@ -238,6 +238,3 @@
nmap
<
leader
>
D
ysiw
nmap
<
leader
>
D
ysiw
nnoremap
<
leader
>
j
:%
!
python
-
m
json
.
tool
<
CR
>
" Pretty print json
nnoremap
<
leader
>
j
:%
!
python
-
m
json
.
tool
<
CR
>
" Pretty print json
" 05 - Auto Commands
autocmd
BufWritePre
* :%
s
/\s\+$/
/
e
" Remove trailing whitespace on save
Write
Preview
Loading…
Cancel
Save