Skip to content

Instantly share code, notes, and snippets.

@mkmohangb
Created January 29, 2024 05:53
Show Gist options
  • Save mkmohangb/d63989fa79b96c7a732efae13da8fade to your computer and use it in GitHub Desktop.
Save mkmohangb/d63989fa79b96c7a732efae13da8fade to your computer and use it in GitHub Desktop.
set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on
# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1
set-window-option -g pane-base-index 1
set-option -g renumber-windows on
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'dreamsofcode-io/catppuccin-tmux'
run '~/.tmux/plugins/tpm/tpm'
# Open panes in current directory
bind '"' split-window -v -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment