在杂种,和不工作

在杂种,和不工作

我有一个非常旧的(10 多年)Debian 系统,我最近将其更新到了最新版本。一切正常(或者我已经解决了问题),除了一件事。

Home就这样,End停止了工作。如果我按其中任何一个,我会得到:

Key is not bound.  Press '?' for help.

我尝试添加:

bind  generic,index <Home> first-entry
bind  generic,index <End> last-entry

并没有帮助。

另外,我尝试添加:

bind  generic,index ^[[H first-entry
bind  generic,index ^[[F last-entry

这也没有帮助。

当我添加:

bind  generic,index 0 first-entry
bind  generic,index $ last-entry

不过,它有效。所以我认为问题仅在于两个(或更多)特定键。

我可以修复/检查什么想法吗?

更新

如果我按ctrl-vhome,我就会得到^[[H,如果我按ctrl-vhome,我就会得到^[[F

如果我跑

:exec what-key

因为homeend得到

Char = H, Octal = 110, Decimal = 72
Char = F, Octal = 106, Decimal = 70

分别。

奇怪的是,这些绑定都不起作用。

相关内容