Skip to content

Jwata/SmartyJump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'
 ```

About

vim-script for jump to include smarty files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published