Advertisement
TakesxiSximada

tmux.conf

Dec 25th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. set-option -g prefix C-t
  2. unbind-key C-b
  3. bind-key C-t send-prefix
  4.  
  5. # bind-key l split-window -h
  6. set-window-option -g mode-mouse on
  7. set-option -g default-shell /bin/zsh
  8.  
  9. # clipboard
  10. bind-key -t emacs-copy M-w copy-pipe "${CLIPSS_PATH}/bin/clipss_push" #tmux 1.8 conf gramma
  11. bind-key ] run 'tmux load-buffer -- $CLIPSS_FILE;tmux paste-buffer --;'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement