scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

edit-tmux-output.sh (119B)


      1 #!/bin/bash
      2 
      3 
      4 file=`mktemp`.sh
      5 tmux capture-pane -pS -32768 > $file
      6 tmux new-window -n vim "nvim '+ normal G $' $file"