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.

23 lines
502 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. set completion-ignore-case on
  2. set keymap emacs
  3. "\C-x\C-r": re-read-init-file
  4. "\e[A": history-search-backward
  5. "\e[B": history-search-forward
  6. "\e[C": forward-char
  7. "\e[D": backward-char
  8. set keymap vi-command
  9. "\C-x\C-r": re-read-init-file
  10. "\e[A": history-search-backward
  11. "\e[B": history-search-forward
  12. "\e[C": forward-char
  13. "\e[D": backward-char
  14. set keymap vi-insert
  15. "\C-x\C-r": re-read-init-file
  16. "\e[A": history-search-backward
  17. "\e[B": history-search-forward
  18. "\e[C": forward-char
  19. "\e[D": backward-char