Skip to content

Commit e82b2ce

Browse files
committed
v2.11.0
1 parent 1e2d062 commit e82b2ce

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## Unreleased
66

7+
## v2.11.0 (2023-12-09)
8+
9+
### Added
10+
11+
- `<C-h>` for Backspace functionality after `i`, `I`, `c`, `/`, `:` and `z`.
12+
713
## v2.10.2 (2023-11-26)
814

915
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "felix"
3-
version = "2.10.2"
3+
version = "2.11.0"
44
authors = ["Kyohei Uto <im@kyoheiu.dev>"]
55
edition = "2021"
66
description = "tui file manager with vim-like key mapping"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ For more detailed document, visit https://kyoheiu.dev/felix.
2525

2626
## New release
2727

28+
## v2.11.0 (2023-12-09)
29+
30+
### Added
31+
32+
- `<C-h>` for Backspace functionality after `i`, `I`, `c`, `/`, `:` and `z`.
2833
## v2.10.2 (2023-11-26)
2934

3035
### Fixed

src/help.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ N :Go backward to the item that matches the keyword.
7474
:q<CR> :Exit.
7575
:{command} :Execute a command e.g. :zip test *.md
7676
<Esc> :Return to the normal mode.
77+
<C-h> :Works as Backspace after `i`, `I`, `c`, `/`, `:` and `z`.
7778
ZZ :Exit without cd to last working directory
7879
(if `match_vim_exit_behavior` is `false`).
7980
ZQ :cd into the last working directory and exit

0 commit comments

Comments
 (0)