我的inputrc的按键和命令 - “Shift-Space”的键组合,将“Ctrl-PageUp / PageDown”重新映射到没有Page-key的东西


4

我需要在我的inputrc中添加一些东西。我正在使用bash 4,因为我正在使用debian和OSX。我的终端仿真器是debian上的rxvt-unicode-256和OSX上的Terminal.app。我的新macbook没有插入/删除,Home / End,PgUp / PgDown键......

你能告诉我“Shift-Space”的按键吗?我正在尝试将其绑定到菜单完全向后。Shift-Tab菜单完成,键击为“\ e [Z”。

"\e[Z": menu-complete
"(Shift-Space)": "\e-1\C-i"

然后我希望能够在我的终端上翻页/下页。我不确定,怎么说。例如在irssi中我想在我的频道日志中向上/向下滚动。键“P​​gUp”/“PgDn”执行这些操作,但我的macbook上没有这些键。所以我想要一个替代方案,比如“Shift-ArrowKeyUp”和“Shift-ArrowKeyDown”。另外我不知道inputrc的命令,我必须绑定到这个键击。

“Home”/“End”键的相同位置应该是开头/结尾。我想把它绑定到“Shift-ArrowKeyLeft”/“Shift-ArrowKeyRight”。

非常感谢您的帮助!

编辑:这是我的.inputrc ... http://paste.debian.net/69454/


我想知道同样的事情。你有没有找到解决方案?
凯西琼斯

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.