All Projects → catalinciurea → Perl Nextmethod

catalinciurea / Perl Nextmethod

Vim plugin which offers [m, [M, ]m and ]M mappings for perl

Labels

Projects that are alternatives of or similar to Perl Nextmethod

Init.vim
My settings for neovim
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Vim Dirvish
Directory viewer for Vim ⚡️
Stars: ✭ 929 (+13171.43%)
Mutual labels:  viml
Shades Of Teal
A colorscheme for vim
Stars: ✭ 7 (+0%)
Mutual labels:  viml
Vim Macroeditor
Edit Vim macros with ease!
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Vim Behat
Behat plugin for vim (adaptation of vim-cucumber)
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Vim Soundcloud
Stars: ✭ 26 (+271.43%)
Mutual labels:  viml
Vim Htmlbars Inline Syntax
Highlight hbs tagged template literals
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Conf
Stars: ✭ 7 (+0%)
Mutual labels:  viml
Vim Ruby Complexity
Ruby cyclomatic complexity VIM plugin
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Vimfiler Prompt
navigate vimfiler by typing
Stars: ✭ 7 (+0%)
Mutual labels:  viml
Unite Grep Vcs
An unite source package for git grep and hg grep
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Dotfiles
Config's and scripts
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Emoji Vim
Stars: ✭ 26 (+271.43%)
Mutual labels:  viml
Unite Redpen.vim
A unite.vim integration of redpen for automatic proof reading
Stars: ✭ 24 (+242.86%)
Mutual labels:  viml
Vimrc
My vim profile
Stars: ✭ 7 (+0%)
Mutual labels:  viml
Vim Expand Region
Vim plugin that allows you to visually select increasingly larger regions of text using the same key combination.
Stars: ✭ 924 (+13100%)
Mutual labels:  viml
Dustjs.vim
dustjs template syntax highlighting and more for vim
Stars: ✭ 25 (+257.14%)
Mutual labels:  viml
Vim Quickfixdo
Run a command on each entry of your quickfix argument list
Stars: ✭ 7 (+0%)
Mutual labels:  viml
Vim Ruby X
if_ruby helper
Stars: ✭ 7 (+0%)
Mutual labels:  viml
Lustyexplorer
Dynamic filesystem and buffer explorer
Stars: ✭ 26 (+271.43%)
Mutual labels:  viml

perl-nextmethod


This is a Vim plugin which offers mappins for [m, [M, ]m and ]M normal mode motions in perl files.

  • ]m jumps to the next perl subroutine start
  • ]M jumps to the next perl subroutine end
  • [m jumps to the previous perl subroutine start
  • [M jumps to the previous perl subroutine end

Details

According to Vim documentation these motion commands work only for 'Java and similar structured languages'

This plugin implements these motions in Perl scripts

NOTES:

  • There is a small issue with the standard c, d and y operators.
  • Visual Selection operator v is not supported with these motions currently
  • The jumplist and the ` mark(last position) are not preserved.

Catalin Ciurea

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].