Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 399 Bytes

About

SmartyJump is a vim plugin for jump to smarty include file

How to Use

Simply, you can use this plugin with the following shortcuts.

 ```
 nnoremap <silent> <space>b :e#<CR>
 nnoremap <silent> <space>i :call SmartyJump()<CR>
 ```

If you managed vim-plugin with bundle, add the following setting to your vimrc.

 ```
 Bundle 'watanabe0621/SmartyJump'
 ```