From e5a12a6ca72f45c5ae5f7c7056c77500834d108d Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 4 Jul 2025 07:05:09 -0400 Subject: add tmux --- .config/tmux/tmux.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .config/tmux/tmux.conf (limited to '.config') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..43b85e4 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,23 @@ +# prefix +unbind C-b +set -g prefix C-j + +# other binds +bind j send-prefix +bind C-j last-window +bind R source "$XDG_CONFIG_HOME/tmux/tmux.conf" +bind U neww fzy-tmux-project +bind A neww fzy-bookmark +bind -T copy-mode-vi M-w send -X copy-pipe-and-cancel "wl-copy" + +# navigation +set -g base-index 1 +setw -g pane-base-index 1 +bind 0 select-window -t 10 + +# ui +set -g status-style "fg=white" + +bind '"' split-window -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" +bind c new-window -c "#{pane_current_path}" -- cgit v1.2.3