diff --git a/modules/programs/tmux.nix b/modules/programs/tmux.nix index 15fd703c..d669873e 100644 --- a/modules/programs/tmux.nix +++ b/modules/programs/tmux.nix @@ -92,7 +92,7 @@ let # rebind main key: ${prefix} unbind ${defaultPrefix} set -g prefix ${prefix} - bind -n -N "Send the prefix key through to the application" \ + bind -N "Send the prefix key through to the application" \ ${prefix} send-prefix '' } diff --git a/tests/modules/programs/tmux/prefix.conf b/tests/modules/programs/tmux/prefix.conf index eee6ff9e..cf7bfcdf 100644 --- a/tests/modules/programs/tmux/prefix.conf +++ b/tests/modules/programs/tmux/prefix.conf @@ -15,7 +15,7 @@ set -g mode-keys emacs # rebind main key: C-a unbind C-b set -g prefix C-a -bind -n -N "Send the prefix key through to the application" \ +bind -N "Send the prefix key through to the application" \ C-a send-prefix diff --git a/tests/modules/programs/tmux/shortcut-without-prefix.conf b/tests/modules/programs/tmux/shortcut-without-prefix.conf index eee6ff9e..cf7bfcdf 100644 --- a/tests/modules/programs/tmux/shortcut-without-prefix.conf +++ b/tests/modules/programs/tmux/shortcut-without-prefix.conf @@ -15,7 +15,7 @@ set -g mode-keys emacs # rebind main key: C-a unbind C-b set -g prefix C-a -bind -n -N "Send the prefix key through to the application" \ +bind -N "Send the prefix key through to the application" \ C-a send-prefix