Guest User

Untitled

a guest
May 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. " Switch between windows, maximizing the current window
  2. map ,.j <C-W>j<C-W>_
  3. map ,.k <C-W>k<C-W>_
  4. map ,.h <C-W>h<C-W>_
  5. map ..l <C-W>l<C-W>_
  6.  
  7. map <C-J> <C-W>j<C-W>_
  8. map <C-K> <C-W>k<C-W>_
  9. map <C-H> <C-W>h<C-W>_
  10. map <C-L> <C-W>l<C-W>_
  11.  
  12. " Maximize current window
  13. map ,- <C-W>_
  14.  
  15. " New split, then maximize
  16. map ,N <C-W>n<C-W>_
  17.  
  18. " Even out all windows (tile)
  19. map ,? <C-W>n<C-W>H<C-W>q
  20.  
  21. " Even out all columns, then maximize all columns
  22. map ,/ <C-W>n<C-W>H<C-W>q<C-W>t<C-W>_<C-W>l<C-W>_<C-W>l<C-W>_<C-W>l<C-W>_
Add Comment
Please, Sign In to add comment