The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 年之前
123456789101112131415161718192021222324
  1. bindkey -d ^J command
  2. bind "\011" windows
  3. escape ^Jj
  4. defescape ^Jj
  5. bind o focus
  6. bind , prev
  7. bind . next
  8. bind k remove
  9. bind u focus down
  10. bind i focus up
  11. bind t focus top
  12. bind b focus bottom
  13. vbell off
  14. # hardstatus on
  15. # hardstatus alwayslastline
  16. defscrollback 50000
  17. # Make it a login shell -- needed for rvm (Ruby)
  18. shell -${SHELL}
  19. term xterm-256color