fix tmux keybindings

This commit is contained in:
RingOfStorms (Josh) 2024-05-08 01:25:43 -05:00
parent d162887651
commit 22b935e728
3 changed files with 10 additions and 22 deletions

View file

@ -18,21 +18,12 @@ in
baseIndex = 1;
mouse = true;
keyMode = "vi";
newSession = true;
shell = "${pkgs.zsh}/bin/zsh";
terminal = "screen-256color";
aggressiveResize = true;
sensibleOnTop = false;
plugins = [
tmux.yank
# tmux.tmux-thumbs
# {
# plugin = tmux.fzf-tmux-url;
# extraConfig = ''
# set -g @fzf-url-fzf-options '-p 60%,30% --prompt = " " - -border-label=" Open URL "'
# set -g @fzf-url-history-limit '2000'
# '';
# }
{
plugin = tmux.catppuccin.overrideAttrs (_: {
src = pkgs.fetchFromGitHub {