diff --git a/modules/tmux/extra-config.nix b/modules/tmux/extra-config.nix index a5daeaae..5f4cd87e 100644 --- a/modules/tmux/extra-config.nix +++ b/modules/tmux/extra-config.nix @@ -61,7 +61,7 @@ bind k select-pane -U bind l select-pane -R - bind-key -r f run-shell "tmux new-window tmux-sessionizer" + bind-key -r f run-shell "tmux new-window start-tmux" bind-key -r D new-window -c "#{pane_current_path}" "[[ -e TODO.md ]] && nvim TODO.md || nvim ~/Documents/notes/todo.txt" bind-key -r W split-window -h -c ~/Documents/notes "nvim '+Telescope find_files'" diff --git a/modules/zsh/init.nix b/modules/zsh/init.nix index e147ffad..3358758b 100644 --- a/modules/zsh/init.nix +++ b/modules/zsh/init.nix @@ -52,7 +52,7 @@ command yt-dlp --paths ~/Videos "$@" } - bindkey -s ^f "tmux-sessionizer\n" + bindkey -s ^f "start-tmux\n" bindkey -s ^v "nvim\n" setopt auto_cd