Skip to content

A session-switcher extension for sessions.nvim using telescope.nvim

License

Notifications You must be signed in to change notification settings

LukasPietzschmann/telescope-sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

telescope-sessions

telescope-sessions extends sessions.nvim through telescope.nvim.

Usage

You can show the picker from neovim's cmd-line by executing

:Telescope telescope-sessions search_sessions

Or straight from the plugin's path with lua

:lua require('telescope-sessions').search_session()

You can press C-d on any Item in the picker to delete the session.

Installation

Install with your favorite Neovim package manager. Just make sure that you also install sessions.nvim!

Example with packer.nvim:

use {
  'LukasPietzschmann/telescope-sessions',
  requires = { 'LukasPietzschmann/sessions.nvim' }
}

About

A session-switcher extension for sessions.nvim using telescope.nvim

Topics

Resources

License

Stars

Watchers

Forks

Languages