Skip to content

A telescope extension to navigate the table of content of man pages

Notifications You must be signed in to change notification settings

rodrigo-sys/telescope-mantoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

telescope-mantoc

A telescope extension to navigate the table of content of man pages

demo

installation

using folke/lazy.nvim

  {
    'rodrigo-sys/telescope-mantoc',
    dependencies = { "nvim-telescope/telescope.nvim" }
  }

setup

require('telescope').load_extension('mantoc')

usage

:Telescope mantoc

maps

vim.keymap.set('n', '<leader>m', ':Telescope mantoc')

I recommend to use the ascending sorting strategy

:Telescope mantoc sorting_strategy=ascending

Todo

  • add demo
  • implement telescope setup
  • share in social media

About

A telescope extension to navigate the table of content of man pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages