Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/xsawyerx/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Oct 15, 2016
2 parents 95a41b5 + 1f96d22 commit 48becf5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
17 changes: 17 additions & 0 deletions replyrc
@@ -0,0 +1,17 @@
script_line1 = use strict
script_line2 = use warnings
script_line3 = use Try::Tiny;
script_line4 = use 5.014002

[Interrupt]
[FancyPrompt]
[DataPrinter]
[Colors]
[ReadLine]
[Hints]
[Packages]
[LexicalPersistence]
[LoadClass]
[ResultCache]
[Autocomplete::Packages]
[Autocomplete::Lexicals]
15 changes: 15 additions & 0 deletions vimrc
Expand Up @@ -33,7 +33,22 @@ autocmd FileType make setlocal noexpandtab
" set background=light
set background=dark
inoremap <F3> <c-o>:w<cr>
execute pathogen#infect()

"vnoremap <F2> PerlTidy()
"imap `` <esc>
"imap !! <ESC>:'<,'>!perl /home/sawyer/code/personal/p5p-summaries/bin/expand.pl<CR>a
"map <F2> :echo 'Current time is ' . strftime('%c')<CR>
map <F2> :!perl /home/sawyer/code/personal/p5p-summaries/bin/expand.pl<CR>
map <F3> :w !perl /home/sawyer/code/personal/p5p-summaries/bin/commit-review.pl<CR>
"imap !! <ESC>:'<,'>!perl /home/sawyer/code/personal/p5p-summaries/bin/expand.pl<CR>a

":perl use Carp::Always;
":perl push @INC, '/home/sawyer/code/personal/p5p-summaries/lib';
":perl use Vim::X::Plugin::P5PSummaries;
"imap !! <ESC>:call P5PExpand()<CR>a

"source ~/.vim/perltidy.vim
nnoremap <silent> tt :%!perltidy -q<Enter>
vnoremap <silent> tt :!perltidy -q<Enter>
Expand Down

0 comments on commit 48becf5

Please sign in to comment.