A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/wesleimp/telescope-windowizer.nvim below:

wesleimp/telescope-windowizer.nvim: Telescope extension for creating new tmux windows with vim

telescope-windowizer.nvim

Create new tmux window ready for edit your selected file inside vim.

windowizer creates a new tmux window with the selected file in a neovim instance. When you exit vim, the tmux window will be killed, returning to the previous window.

You can install this pluging using your favorite pluging manager

Packer

use({ "wesleimp/telescope-windowizer.nvim" })

Plug

Plug 'wesleimp/telescope-windowizer.nvim'
require("telescope").load_extension("windowizer")

This extension can be configured using extensions field inside Telescope setup function

require("telescope").setup({
  extensions = {
    windowizer = {
      find_cmd = "rg" -- find command. Available options [ find | fd | rg ] (defaults to "fd")
    }
  },
})

Using vim command

:Telescope windowizer

" using lua function
lua require("telescope").extensions.windowizer.windowizer()

MIT


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