Skip to content

Instantly share code, notes, and snippets.

@tacitochaves
Created May 13, 2014 21:37
Show Gist options
  • Save tacitochaves/21450d8048b099fe6aa2 to your computer and use it in GitHub Desktop.
Save tacitochaves/21450d8048b099fe6aa2 to your computer and use it in GitHub Desktop.
.vimrc
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