ippsec tmux 셋팅https://www.youtube.com/watch?v=Lqehvpe_djs ~/.tmux.conf #prefixset -g prefix C-abind C-a send-prefixunbind C-b #history, block pane renameset -g history-limit 10000set -g allow-rename off bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'" # vim colorset -g default-terminal "screen-256color" #loggingset..