A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/danielpieper/telescope-tmuxinator.nvim below:

danielpieper/telescope-tmuxinator.nvim: Integration for tmuxinator with telescope.nvim.

telescope-tmuxinator.nvim

Integration for tmuxinator with telescope.nvim.

You can setup the extension by doing

require('telescope').load_extension('tmuxinator')

Somewhere after your require('telescope').setup() call.

require('telescope').extensions.tmuxinator.projects{}

As this extension does not support preview, using the dropdown is recommended:

require('telescope').extensions.tmuxinator.projects(require('telescope.themes').get_dropdown({}))
Mappings Action <CR> Select action <C-x> Stop action

See default configuration for full details on configuring Telescope.

telescope.setup {
  extensions = {
    tmuxinator = {
      select_action = 'switch', -- | 'stop' | 'kill'
      stop_action = 'stop', -- | 'kill'
      disable_icons = false,
    },
  },
}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4