Advertisement
Guest User

Untitled

a guest
May 26th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ### quickfix window
  2. `:copen` open the window
  3.  
  4. `:cn` go to next entry
  5.  
  6. `:cp` go to previous entry
  7.  
  8. `:cfdo` execute command in every file
  9.  
  10. `:cdo` exectue command for every entry
  11.  
  12. ### Docker
  13. `docker-compose build`
  14. `docker-compose up -d`
  15. `docker-compose exec mongo mongo`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement