Support vim's j and k keybindings
オープン
- 主要言語
- Haskell
- スター
- 744
- フォーク
- 22
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I'm actually quite surprised if a TUI doesn't support j for down and k for up 😅
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Look for the keybinding handling code in the TUI module, likely in a file like `src/UI.hs`. Identify where arrow key navigation is defined and add mappings for 'j' (down) and 'k' (up). Test the changes by running the application and verifying the new keybindings work in the PDF list view.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- haskell
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100