Skip to content

A Neovim integration for television, a fast, portable, and hackable fuzzy finder.

Notifications You must be signed in to change notification settings

liuerfire/television.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

television.nvim

A Neovim integration for television, a fast, portable, and hackable fuzzy finder.

Requirements

  • Neovim 0.5+
  • television (executable as tv) installed on your system.

Configuration

You can configure television.nvim using the setup function:

require("television").setup({
  tv_command = "tv", -- default
  window = {
    width = 0.8,     -- default
    height = 0.8,    -- default
    border = "rounded", -- default
  },
  mappings = {
    t = {
      -- default mappings to close the window
      ["<C-[>"] = "<C-\\><C-n>:q<CR>",
      ["<Esc>"] = "<C-\\><C-n>:q<CR>",
    },
  },
})

About

A Neovim integration for television, a fast, portable, and hackable fuzzy finder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages