# 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" setw -g window-status-current-style "fg=white" setw -g window-status-style "fg=brightblack" bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"