Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # ~/.tmux.conf
  2.  
  3. bind-key -n F5 split-window -v
  4. bind-key -n F8 kill-pane
  5. bind-key -n F9 split-window -h
  6. bind-key -n F7 resize-pane -D 2
  7. bind-key -n F6 select-pane -t :.+
  8.  
  9. # ~/.vimrc
  10.  
  11. set tabstop=4
  12. set shiftwidth=4
  13. set expandtab
  14. set smartindent
  15. set nu
  16. set autoindent
  17. set cindent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement