changed tmux prefix to default

This commit is contained in:
Aleksandr Lebedev 2025-01-13 00:23:33 +01:00
parent b099db5670
commit 0746c613f1

View file

@ -1,9 +1,8 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
programs.tmux = {
enable = true;
terminal = "tmux-256color";
prefix = "C-Space";
#prefix = "C-Space";
clock24 = true;
mouse = true;
keyMode = "vi";