Skip to content

Commit

Permalink
Merge pull request #35 from AnthonyDiSanti/use-leader
Browse files Browse the repository at this point in the history
Changes the vimrc save command to use <Leader>
  • Loading branch information
groenewege committed Dec 3, 2013
2 parents 63f0392 + df3b34b commit b559b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ in `after/syntax/css.vim` or `after/syntax/css/*.vim`.
### Map
.less to .css , lessc is required.

nnoremap ,m :w <BAR> !lessc % > %:t:r.css<CR><space>
nnoremap <Leader>m :w <BAR> !lessc % > %:t:r.css<CR><space>


## Credits
Expand Down

0 comments on commit b559b2e

Please sign in to comment.