super+n unblock, nnn in tmux

This commit is contained in:
Till 2024-01-13 01:27:52 +01:00
parent 169b9c5b71
commit 083a00873f
3 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [ nnn ];
programs.tmux = {
enable = true;
escapeTime = 0;