From cb1b0650bb9a1c18dee789d5e3d157cd2464cf47 Mon Sep 17 00:00:00 2001 From: Geoffrey van Wyk Date: Tue, 16 Jan 2024 14:08:10 +0200 Subject: [PATCH] Fix name of plugin The plugin name stated in the README.md of `nordtheme/tmux` does not work, but `arcticicestudio/nord-tmux` as shown in the screenshot of the second step, does work. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 92de3e5..2007901 100644 --- a/readme.md +++ b/readme.md @@ -59,7 +59,7 @@ Thanks to existing plugin managers for tmux, Nord tmux can be installed for all To automatically download and activate Nord tmux, follow the install instructions for [tpm][gh-tmux-plugins/tpm] and -1. add `set -g @plugin "nordtheme/tmux"` to your [`tmux.conf`][tmux-man-tmux.conf], by default `.tmux.conf` located in your [home directory][wiki-home_dir] +1. add `set -g @plugin "arcticicestudio/nord-tmux"` to your [`tmux.conf`][tmux-man-tmux.conf], by default `.tmux.conf` located in your [home directory][wiki-home_dir] 2. press the default key binding `prefix` + I to fetch- and install the plugin