Skip to content

AlexZasorin/zellij-newtab-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zellij New-Tab Plus

demo

About

This plugin allows you to quickly name a new tab when creating it and to set it's directory using zoxide.

Requires Zellij >= 0.43.1.

Example Configuration

bind "Ctrl n" {
    LaunchOrFocusPlugin "https://github.com/AlexZasorin/zellij-newtab-plus/releases/download/v0.3.0/zellij-newtab-plus.wasm" {
        floating true

        use_zoxide true
    };
}

You can also download the plugin binary and reference it locally:

bind "Ctrl n" {
    LaunchOrFocusPlugin "file:/path/to/zellij-newtab-plus.wasm" {
        floating true

        use_zoxide true
    };
}

If you want to bind it to a particular mode, you will need to make sure you switch back to normal mode after launching the plugin:

tab {
    bind "n" {
        LaunchOrFocusPlugin "https://github.com/AlexZasorin/zellij-newtab-plus/releases/download/v0.3.0/zellij-newtab-plus.wasm" {
            floating true

            use_zoxide true
        };
        SwitchToMode "Normal"
    }
}

Usage

  1. Press the keybinding you set up to launch the plugin (e.g., Ctrl+n).

  2. Type your desired tab name.

  3. Press Enter to create the new tab with the specified name.

Additional keybinds:

  • Esc: Close the plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •