Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed Aug 17, 2012
1 parent 4b30c29 commit 29b5128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Add this in `~/.vim/ftplugin/php.vim`: (create the file if necessary)

imap <buffer> <Leader>u <C-O>:call PhpInsertUse()<CR>
map <buffer> <Leader>u :call PhpInsertUse()<CR>

Feel free to replace `<Leader>u` with something else, e.g. `<F5>`.

The script makes use of tag files. If you don't already use a tag file you may create one with the following command; after having installed ctags-exuberant:

Expand Down

0 comments on commit 29b5128

Please sign in to comment.