Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeresman01 committed Sep 28, 2024
1 parent 0d66224 commit 392027b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,18 @@ tmux-switch.nvim/
│   └── util.lua # Utility functions
└── README.md
```
***

## Functionalities :pick: <a name="functionalities"></a> ##

- [x] Fuzzy find trough all tmux session and navigate to selected one
- [x] Floating UI for creating new sessions
- [x] Floating UI for renaming current session
- [ ] Quick switch between 2 most used sessions
***

## Installation :star: <a name="installation"></a> ##
* Make sure you have Neovim v0.9.0 or greater. :exclamation:
* Dependecies: nui && telescope && plenary (telescope dep)
* Install using you plugin manager

* Make sure you have Neovim v0.9.0 or greater. :exclamation:
* Dependecies: nui && telescope && plenary (telescope dep)
* Install using you plugin manager

#### Vim Plug <a name="vimplug"></a> ####
```lua
Expand All @@ -82,7 +79,6 @@ use 'MunifTanjim/nui.nvim'

use 'jkeresman01/tmux-switch.nvim'
```
***

## Commands :wrench: <a name="commands"></a> ##

Expand All @@ -96,7 +92,6 @@ Following commands have been exposed to Neovim:
:TmuxRenameSession -- Rename current tmux session

```
***

## Setup :wrench: <a name="setup"></a> ##

Expand All @@ -110,7 +105,6 @@ vim.keymap.set("n", "<leader>cs", "<CMD>TmuxCreateSession<CR>"
vim.keymap.set("n", "<leader>rs", "<CMD>TmuxRenameSession<CR>"

```
***

| Key - map | Action |
|---------------|--------------------------------------------------------------------|
Expand Down

0 comments on commit 392027b

Please sign in to comment.