Skip to content

v0.13.0

Compare
Choose a tag to compare
@hymkor hymkor released this 17 May 17:21
· 48 commits to master since this release
  • Modify the features of Ctrl-P and Ctrl-N
    • Ctrl-P :
      When the cursor exists the top of lines, move BACKWARD through the history list, fetching the previous lines.
      Otherwise move the cursor to the previous line.
    • Ctrl-N :
      When the cursor exists the bottom of lines, move FORWARD through the history list, fetching the next lines.
      Otherwise move the cursor to the next line.

  • Ctrl-P と Ctrl-N の機能を修正
    • Ctrl-P :
      カーソルが先頭行にあるとき、ヒストリ上バックして、前の行セットを取得する。
      先頭行ではない時は前の行へカーソルを移動する。
    • Ctrl-N :
      カーソルが最終行にあるとき、ヒストリ上前進して、次の行セットを取得する。
      最終行ではない時は次の行へカーソルを移動する。