config.h 592 B

12345678910111213141516171819202122232425262728
  1. #pragma once
  2. #define USE_BABLPASTE
  3. // Expect to get errors if you comment a feature out and leave it in your keymap.
  4. #ifdef USE_BABLPASTE
  5. //define BabblePaste maps
  6. // Windows.
  7. #define MAC_MODE 0
  8. #define MS_MODE 1
  9. //aka gnome+KDE
  10. //#define LINUX_MODE 2
  11. //#define EMACS_MODE 3
  12. #define VI_MODE 3
  13. // Readline and tmux
  14. #define READMUX_MODE 2
  15. //#define WORDSTAR_MODE 5
  16. #endif
  17. // Uncomment if you need more free flash space
  18. // This removes everything but cursor movement
  19. //#define BABL_MOVEMENTONLY
  20. // and this just removes browser shortcuts
  21. //#define BABL_NOBROWSER
  22. // place overrides here