changed tmux prefix to default
This commit is contained in:
parent
b099db5670
commit
0746c613f1
1 changed files with 55 additions and 56 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{pkgs, ...}: {
|
||||||
{
|
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
terminal = "tmux-256color";
|
terminal = "tmux-256color";
|
||||||
prefix = "C-Space";
|
#prefix = "C-Space";
|
||||||
clock24 = true;
|
clock24 = true;
|
||||||
mouse = true;
|
mouse = true;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue