From a2dc676a42480085a7f51c4a79801a50301998e0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 19 Dec 2022 09:42:03 +0000 Subject: [PATCH] feat: add `t` keybindings for Tmux --- nixpkgs/home-manager/modules/tmux.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixpkgs/home-manager/modules/tmux.nix b/nixpkgs/home-manager/modules/tmux.nix index cf6be3f..ee4ad56 100644 --- a/nixpkgs/home-manager/modules/tmux.nix +++ b/nixpkgs/home-manager/modules/tmux.nix @@ -90,6 +90,9 @@ bind-key -T copy-mode-vi 'C-k' select-pane -U bind-key -T copy-mode-vi 'C-l' select-pane -R bind-key -T copy-mode-vi 'C-\' select-pane -l + + bind-key -r F new-window t + bind-key -r D run-shell "t ~/Code/dotfiles" ''; plugins = with pkgs; [