Skip to content

nviennot/zsh-vim-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Vim Plugin for zsh

Introduction

Sometimes, we want to open a file at a specific line number. Following the cucumber syntax features/story.feature:123, this plugin allows you to do so in an easy way.

This plugin allows you to type:

vi file:123

This will open the file at line 123.

Installation

oh-my-zsh

Clone the repository:

cd ~/.oh-my-zsh
git submodule add git://github.com/nviennot/zsh-vim-plugin.git plugins/vim

Then edit your .zshrc and add vim to the plugin list.

zgen

Add zgen load nviennot/zsh-vim-plugin to your .zshrc file in the same function you're doing your other zgen load calls in. Zgen will handle automatically cloning the plugin for you the next time you do a zgen save.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages