summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-03-09 14:29:12 +0100
committerFlorian Pritz <f-p@gmx.at>2009-03-09 14:29:12 +0100
commitb4bd8da228e832efae9b773457e8915fbb8225a1 (patch)
tree26f68373a46fd8625a924b54fd345c9cf181ff1c
parent81c3131950ab38a42b5f156c5fbd0e7e6946da56 (diff)
downloaddotfiles-b4bd8da228e832efae9b773457e8915fbb8225a1.tar.gz
dotfiles-b4bd8da228e832efae9b773457e8915fbb8225a1.tar.xz
fixed php keybinding
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 5387684..12f87f8 100644
--- a/.vimrc
+++ b/.vimrc
@@ -43,7 +43,7 @@ colorscheme jellybeans
map <F2> :let &background = ( &background == "dark" ? "light" : "dark" )<CR>
" Compile and run keymappings
-au FileType php map <F4> :!php &<CR>
+au FileType php map <F4> :!php %<CR>
au FileType python map <F4> :!python %<CR>
au FileType perl map <F4> :!perl %<CR>
au FileType ruby map <F4> :!ruby %<CR>