8000 GitHub - epheien/myjl: My own jumplist plugin for vim
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

epheien/myjl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

myjl

My own jumplist plugin for vim.

This plugin is my attempt for implement a web browser like jumplist.

NOTE: This plugin is no longer needed, you just need to upgrade your vim/nvim and run :set jumpoptions+=stack

Install

Plug 'epheien/myjl'

Usage

This plugin map <C-o> and <C-i> for jump and hook VimEnter, WinNew, CursorMove events for refresh jumplist.

Vim inner jumplist is always available, but can not use <C-o> and <C-i> to jump because they had been map by this plugin.

Commands

  • MyjlInit
  • MyjlExit
  • MyjlFresh - Init myjl jumplist from vim inner jumplist of current window
  • MyjlClear - Clear myjl jumplist of current window
  • MyjlDump - For debug, dump myjl jumplist info

Options

  • g:myjl_enable, default 1, if 0, myjl will not auto active.

About

My own jumplist plugin for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0