<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tmux on RenovZ&#39;s Notes</title>
    <link>/tags/tmux/</link>
    <description>Recent content in Tmux on RenovZ&#39;s Notes</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 03 Apr 2024 17:57:14 +0800</lastBuildDate>
    <atom:link href="/tags/tmux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>My Tmux Config</title>
      <link>/posts/my-tmux-config/</link>
      <pubDate>Wed, 03 Apr 2024 17:57:14 +0800</pubDate>
      <guid>/posts/my-tmux-config/</guid>
      <description>set -g default-terminal &amp;#34;screen-256color&amp;#34; set -g prefix C-z unbind C-b bind-key C-z send-prefix unbind % bind _ split-window -h unbind &amp;#39;&amp;#34;&amp;#39; bind - split-window -v unbind r bind r source-file ~/.tmux.conf \; display &amp;#39;~/.tmux.conf sourced&amp;#39; bind -r Tab last-window # move to last active window bind-key -n M-h previous-window # select previous window bind-key -n M-l next-window # select next window bind -r j resize-pane -D 5 bind -r k resize-pane -U 5 bind -r l resize-pane -R 5 bind -r h resize-pane -L 5 bind -r m resize-pane -Z set -g mouse on set-window-option -g mode-keys vi bind-key -T copy-mode-vi &amp;#39;v&amp;#39; send -X begin-selection # start selecting text with &amp;#34;v&amp;#34; bind-key -T copy-mode-vi &amp;#39;y&amp;#39; send -X copy-selection # copy text with &amp;#34;y&amp;#34; unbind -T copy-mode-vi MouseDragEnd1Pane # don&amp;#39;t exit copy mode when dragging with mouse # remove delay for exiting insert mode with ESC in Neovim set -sg escape-time 10 # tpm plugin set -g @plugin &amp;#39;tmux-plugins/tpm&amp;#39; # list of tmux plugins set -g @plugin &amp;#39;christoomey/vim-tmux-navigator&amp;#39; set -g @plugin &amp;#39;tmux-plugins/tmux-resurrect&amp;#39; # persist tmux sessions after computer restart set -g @plugin &amp;#39;tmux-plugins/tmux-continuum&amp;#39; # automatically saves sessions for you every 15 minutes set -g @plugin &amp;#39;catppuccin/tmux&amp;#39; set -g @plugin &amp;#39;tmux-plugins/tmux-cpu&amp;#39; set -g @plugin &amp;#39;xamut/tmux-weather&amp;#39; # set -g @plugin &amp;#39;vascomfnunes/tmux-clima&amp;#39; # set -g @plugin &amp;#39;jamesoff/tmux-loadavg&amp;#39; # ========= catppuccin/tmux configuration start ============= set -g @catppuccin_window_left_separator &amp;#34;&amp;#34; set -g @catppuccin_window_right_separator &amp;#34; &amp;#34; set -g @catppuccin_window_middle_separator &amp;#34; █&amp;#34; set -g @catppuccin_window_number_position &amp;#34;right&amp;#34; set -g @catppuccin_window_default_fill &amp;#34;number&amp;#34; set -g @catppuccin_window_default_text &amp;#34;#W&amp;#34; set -g @catppuccin_window_current_fill &amp;#34;number&amp;#34; set -g @catppuccin_window_current_text &amp;#34;#W&amp;#34; set -g @catppuccin_status_modules_left &amp;#34;&amp;#34; set -g @catppuccin_status_modules_right &amp;#34;directory application weather date_time cpu session&amp;#34; set -g @catppuccin_status_left_separator &amp;#34; &amp;#34; set -g @catppuccin_status_right_separator &amp;#34;&amp;#34; set -g @catppuccin_status_fill &amp;#34;icon&amp;#34; set -g @catppuccin_status_connect_separator &amp;#34;no&amp;#34; set -g @catppuccin_directory_text &amp;#34;#{b:pane_current_path}&amp;#34; # ========= catppuccin/tmux configuration end ============= set -g @resurrect-capture-pane-contents &amp;#39;on&amp;#39; set -g @continuum-restore &amp;#39;on&amp;#39; # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.</description>
    </item>
  </channel>
</rss>
