From 392027b67b0b0fa7df7714260f667f7ed753a5cc Mon Sep 17 00:00:00 2001 From: josip Date: Sat, 28 Sep 2024 15:20:49 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3ebb12b..d75c8e3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ tmux-switch.nvim/ │   └── util.lua # Utility functions └── README.md ``` -*** ## Functionalities :pick: ## @@ -52,13 +51,11 @@ tmux-switch.nvim/ - [x] Floating UI for creating new sessions - [x] Floating UI for renaming current session - [ ] Quick switch between 2 most used sessions -*** ## Installation :star: ## -* 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 #### ```lua @@ -82,7 +79,6 @@ use 'MunifTanjim/nui.nvim' use 'jkeresman01/tmux-switch.nvim' ``` -*** ## Commands :wrench: ## @@ -96,7 +92,6 @@ Following commands have been exposed to Neovim: :TmuxRenameSession -- Rename current tmux session ``` -*** ## Setup :wrench: ## @@ -110,7 +105,6 @@ vim.keymap.set("n", "cs", "TmuxCreateSession" vim.keymap.set("n", "rs", "TmuxRenameSession" ``` -*** | Key - map | Action | |---------------|--------------------------------------------------------------------|