Changes in v1.16.0 (English)
Bug Fixes
- Fix: Kill buffer of readline was cleared between sessions (#11)
Specification Changes
- Add key bindings: (#7, #8 and #12, Thanks to @toolleeo)
dl,d+SPACE,d+TAB,dv,x(delete the current cell)dd,dr,D(delete the current line)dc,d|(delete the current column)yl,y+SPACE,y+TAB,yv(copy the values of the current cell to kill-buffer)yy,yr,Y(copy the values of the current row to kill-buffer)yc,y|(copy the values of the current column to kill-buffer)p(paste the values of kill-buffer after the current cell, row or column)P(paste the values of kill-buffer before the current cell, row or column)ALT-p,ESC+p(overwrite the current cell/row/column with the content of the kill-buffer)
- Assigned
ESC+qas quitting becauseESChad been assigned for quitting before, but is now used as a prefix key for 2-stroke commands (qstill works as before). (#12)
Internal Changes
- Internal maintenance: updated dependencies and removed staticcheck warnings. (#6)
Changes in v1.16.0 (Japanese)
不具合修正
- readline の kill buffer の内容が、セッションとセッションの間で引き継がれていなかった問題を修正 (#11)
仕様変更
- キーバインドを追加: (#7, #8, #12, Thanks to @toolleeo)
dl,d+SPACE,d+TAB,dv,x(現在のセルを削除)dd,dr,D(現在の行を削除する)dc,d|(現在の列を削除する)yl,y+SPACE,y+TAB,yv(現在のセルを内部クリップボードへコピー)yy,yr,Y(現在の行を内部クリップボードへコピー)yc,y|(現在の列を内部クリップボードへコピー)p(現在のセル/列/行の直後に内部クリップボードの値をペースト)P(現在のセル/列/行の直前に内部クリップボードの値をペースト)ALT+p,ESC+p(現在のセル/列/行を内部クリップボードの値で上書き)
- 終了キーだった
ESCをプレフィックスキーとしたため、ESC+qをあらたに終了に割りあてた (qは従来どおり) (#12)
内部的変更
- 依存モジュールの更新とstaticcheck 警告の解消 (#6)