started new config
This commit is contained in:
14
home/tmux.nix
Normal file
14
home/tmux.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
keyMode = "vi";
|
||||
newSession = true;
|
||||
historyLimit = 10000;
|
||||
baseIndex = 1;
|
||||
disableConfirmationPrompt = false;
|
||||
customPaneNavigationAndResize = true;
|
||||
terminal = "tmux-direct";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user