summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-02Show items linked to directory in the directory sectionfeature/symlink-dirKyohei Uto
2024-02-04Merge pull request #276 from kyoheiu/v2.12.1v2.12.1Kyohei Uto
2024-02-04v2.12.1Kyohei Uto
2024-02-04Merge pull request #275 from kyoheiu/fix/tmux-restore-positionKyohei Uto
2024-02-03Add commentKyohei Uto
2024-02-03Explicitly save the position before entering the alternate screenKyohei Uto
2024-01-28Merge pull request #273 from kyoheiu/developKyohei Uto
2024-01-28Fix: Add <CR>v2.12.0Kyohei Uto
2024-01-28Add :config to key manualKyohei Uto
2024-01-28v2.12.0Kyohei Uto
2024-01-28Update dependenciesKyohei Uto
2024-01-28Avoid canonicalize() in WindowsKyohei Uto
2024-01-28Add move_{left, right}_command_lineKyohei Uto
2024-01-28Add state.escape to go back to normal modeKyohei Uto
2024-01-28Refactor: prompt as constKyohei Uto
2024-01-28Add insertion from register to rename modeKyohei Uto
2024-01-27Merge pull request #271 from kyoheiu/feature-configKyohei Uto
2024-01-27Refactor: Better namesKyohei Uto
2024-01-27Update CHANGELOG.mdKyohei Uto
2024-01-27RefactorKyohei Uto
2024-01-27Fix commentKyohei Uto
2024-01-27Read config inside felix and update itKyohei Uto
2024-01-27Add Layout::newKyohei Uto
2024-01-27Derive defaultKyohei Uto
2024-01-20Add :config to jump to config file directoryKyohei Uto
2024-01-20Remove unused constKyohei Uto
2024-01-20Add config_path field to StateKyohei Uto
2024-01-20Remove unused methodKyohei Uto
2024-01-20Refactor: Use pattern matching for single commandKyohei Uto
2023-12-10Merge pull request #260 from kyoheiu/developv2.11.1Kyohei Uto
2023-12-10v2.11.1Kyohei Uto
2023-12-10Fix: Allow SHIFT key to enter charKyohei Uto
2023-12-09Merge pull request #258 from kyoheiu/developv2.11.0Kyohei Uto
2023-12-09v2.11.0Kyohei Uto
2023-12-09Add ctrl-h for backspace functionality for command lineKyohei Uto
2023-12-09Merge pull request #254 from 0x6b/ctrl-hKyohei Uto
2023-12-09Resolve conflictsKyohei Uto
2023-12-09Merge branch 'develop' into ctrl-hKyohei Uto
2023-12-04fix: handle modifier for `/` command correctlykaoru
2023-12-04fix: handle modifier for `c` command correctlykaoru
2023-12-04refactor: handle ctrl-r scenario within one match statementkaoru
2023-12-04fix: handle modifier for `i`/`I` command correctlykaoru
2023-12-04fix: handle modifier for `z` command correctlykaoru
2023-11-26Merge pull request #256 from kyoheiu/developv2.10.2Kyohei Uto
2023-11-26v2.10.2: Ignore KeyUp event for WindowsKyohei Uto
2023-11-25Merge branch 'main' into developKyohei Uto
2023-11-25Merge pull request #255 from felixhudson/windows-fixesKyohei Uto
2023-11-20Fix ZZ behaviour on windowsfelixh
2023-11-19Fixed button press for windowsfelixh
2023-11-17feat: support ctrl-h for `/` commandkaoru