Skip to content

hsanson/tmux-terminal.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmux-terminal.nvim

Requirements | Installation | Usage | Releases

Neovim plugin that toggles a tmux terminal in a vertical or horizontal pane on the current window. It keeps one tmux pane per work directory and opens the pane corresponding to the same work directory of the current buffer.

Requirements

Installation

Via lazy.nvim:

{
    'hsanson/tmux-terminal.nvim',
    cmd = "TmuxTerm"
    opts = {
        -- Number of lines or percentage.
        size = "30%",

        -- top, left, right, or bottom.
        position = "bottom"
    }
},

Usage

:TmuxTerm -- Open a tmux terminal for the current work directory.
:TmuxTerm size 40% pos right

Credits

About

Tmux terminal plugin for NeoVim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages