Problem: Issue #416 (case-sensitive keymap comparison preventing remaps) was listed as `open` despite being fixed by the keymap normalization in PR #725. Solution: Mark as `fixed — cherry-picked (#725)`. The `nvim_replace_termcodes` normalization in `config.lua` resolves case variants like `<c-e>` and `<C-e>` to the same key.
This commit is contained in:
parent
fde1a427e1
commit
bff0efe8ee
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ issues against this fork.
|
|||
| [#396](https://github.com/stevearc/oil.nvim/issues/396) | Customize preview content | open |
|
||||
| [#399](https://github.com/stevearc/oil.nvim/issues/399) | Open file without closing Oil | open |
|
||||
| [#404](https://github.com/stevearc/oil.nvim/issues/404) | Restricted UNC paths | not actionable — Windows-only |
|
||||
| [#416](https://github.com/stevearc/oil.nvim/issues/416) | Cannot remap key to open split | open |
|
||||
| [#416](https://github.com/stevearc/oil.nvim/issues/416) | Cannot remap key to open split | fixed — cherry-picked ([#725](https://github.com/stevearc/oil.nvim/pull/725)) |
|
||||
| [#431](https://github.com/stevearc/oil.nvim/issues/431) | More SSH adapter documentation | duplicate of [#525](https://github.com/stevearc/oil.nvim/issues/525) |
|
||||
| [#435](https://github.com/stevearc/oil.nvim/issues/435) | Error previewing with semantic tokens LSP | fixed — cherry-picked ([#467](https://github.com/stevearc/oil.nvim/pull/467)) |
|
||||
| [#436](https://github.com/stevearc/oil.nvim/issues/436) | Owner and group columns | consolidated into [#126](https://github.com/barrettruth/canola.nvim/issues/126) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue