From 7df356950a6a6455a562ea6d349b03945e189e46 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 1 Feb 2023 21:37:39 +0530 Subject: tweak tmux --- programs/tmux.nix | 9 ++++----- programs/zathura.nix | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'programs') diff --git a/programs/tmux.nix b/programs/tmux.nix index 15f9a13..c748a60 100644 --- a/programs/tmux.nix +++ b/programs/tmux.nix @@ -82,10 +82,7 @@ in setw -g pane-base-index 1 # session jumper - bind C-j display-popup -E "\ - tmux list-sessions -F '#{session_name}' |\ - fzf |\ - xargs tmux switch-client -t" + bind-key -n C-j run-shell "tmux-fzf" # pane binds @@ -101,7 +98,9 @@ in # window binds bind -n M-h previous-window - bind -n M-i next-window + bind -n M-i next-window + bind -n M-? switch-client -p + bind -n M-/ switch-client -n bind-key "{" split-window -h -c "#{pane_current_path}" bind-key "}" split-window -v -c "#{pane_current_path}" bind-key s choose-session diff --git a/programs/zathura.nix b/programs/zathura.nix index 5e5c8ce..9758c7a 100644 --- a/programs/zathura.nix +++ b/programs/zathura.nix @@ -31,7 +31,7 @@ with theme; statusbar-h-padding = "50"; statusbar-v-padding = "50"; guioptions = "s"; - font = "Input 10"; + font = "Nerd Input 10"; }; }; } -- cgit v1.2.3