Created
May 13, 2014 21:37
-
-
Save tacitochaves/21450d8048b099fe6aa2 to your computer and use it in GitHub Desktop.
.vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Author: Tácito Chaves | |
Created: 05/13/2014 | |
Description: This is a simple vim configuration file .vimrc | |
nmap <C-f> :%!perltidy -q<CR> | |
nnoremap <C-f> :%!perltidy -q<CR> | |
vnoremap <C-f> :!perltidy -q<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment