..

tmuxp yaml

:: all technical posts… :: my resources configuration :: vimrc :: tmux ::

  • tmux tips
    • reorder pane
      • <c-b> q
        • shows the “ID” for each pane in current window
      • <c-b>:swap-pane -s3 -t5
        • -s src-pane
        • -t dst-pane
        • where src-pane and dst-pane have the form session:window.pane
      • <c-b>:move-pane -t 0
        • <prefix>:move-pane -t <session_name>:<window_number>
    • reorder window
      • moves current window to the left by one position.
        • :swap-window [-d] [-s src-window] [-t dst-window]
          • :swap-window -t -1
          • :swap-window -t +2
        • to swap the top:
          • <c-b>:swap-window -t 0
            • in the unlikely case of having no window at index 0, do:
              • <c-b>:move-window -t 0 -r
                • <prefix>:move-window -t <session_name>:<window_number> -r
                • with -r, all windows in the session are renumbered in sequential order,
                  • respecting the base-index option.
        • swap window number 3 and 1:
          • <c-b>:swap-window -s 3 -t 1
            • -s src-window
            • -t dst-window
            • where src-window and dst-window have the form session:window.pane
  • unapologetic things
    ln -s -f ~/workstation/github/unapologetic-thoughts/snippets/bash/tmuxp/tmuxp.unapologetic-world.yaml ~/workstation/github/.tmuxp.unapologetic-world.yaml
    
  • ivim-world


  • git-remote-s3

    ln -s -f ~/workstation/github/unapologetic-thoughts/snippets/bash/tmuxp/tmuxp.git-remote-s3.yaml ~/workstation/git-remote-s3/.tmuxp.git-remote-s3.yaml
    
    mkdir -p ~/workstation/git-remote-s3/s3-ilima-ai
    mkdir -p ~/workstation/git-remote-s3/s3-code-sketch