Guest User

Untitled

a guest
Nov 23rd, 2017
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. * tmux conf
  2. :PROPERTIES:
  3. :header-args: :noweb yes :tangle /zeltak@132.72.155.204:~/.tmux.conf
  4. :END:
  5.  
  6.  
  7.  
  8. ***** Mouse
  9. :PROPERTIES:
  10. :ID: ba8ce7aa-2b3b-43be-816d-ea2ab515a999
  11. :END:
  12. #+BEGIN_SRC conf
  13. #--------------> mouse
  14. setw -g mouse on
  15. set-option -g status-keys vi
  16. #+END_SRC
  17.  
  18. ***** Theme and look
  19. :PROPERTIES:
  20. :ID: 85257f51-1306-4caf-a055-a6df3afac1a5
  21. :END:
  22. #+BEGIN_SRC conf
  23. #--------------> THEME AND LOOK
  24. #default theme picker
  25. source /home/zeltak/.tmux/neonB
  26. #source /home/zeltak/.tmux/solarized-dark
  27. #+END_SRC
Add Comment
Please, Sign In to add comment