您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

04-inputrc.diff 366 B

123456789101112
  1. Index: jessie-stage2/rootfs/etc/inputrc
  2. ===================================================================
  3. --- jessie-stage2.orig/rootfs/etc/inputrc
  4. +++ jessie-stage2/rootfs/etc/inputrc
  5. @@ -65,3 +65,7 @@ $endif
  6. # "\e[F": end-of-line
  7. $endif
  8. +
  9. +# mappings for up and down arrows search history
  10. +# "\e[B": history-search-forward
  11. +# "\e[A": history-search-backward