⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vi-binds

📁 EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。
💻
字号:
## This script makes an attempt to simulate vi keybindings using the# ^E sticky keybinding.  Who knows how successful I will be...# This is very much a work in progress.  Not every vi keybinding maps# nicely to an ircII keybinding.  Some of these new keybindings can just# as well be added to epic, some of them may never be.  Suggestions for# improvements are always welcome.#bind ^E ^Ebind ^E0 BEGINNING_OF_LINEbind ^E$$ END_OF_LINEbind ^Ew FORWARD_WORDbind ^EW FORWARD_WORDbind ^Eb BACKWARD_WORDbind ^EB BACKWARD_WORD#bind ^Ee <end of current word>#bind ^EE <end of current word>bind ^Ea parse_command {	parsekey FORWARD_CHARACTER	# Insert mode?}bind ^EA parse_command {	parsekey END_OF_LINE	# Insert mode?}#bind ^Er <overwrite mode>#bind ^ER <delete line -- overwrite mode -- ^E>bind ^Ep YANK_FROM_CUTBUFFERbind ^Ex DELETE_CHARACTERbind ^EX BACKSPACE#bind ^Ey <???>#bind ^EY <???>#bind ^Ei <insert-mode>#bind ^EI <start-of-line + insert-mode>bind ^Eh BACKWARD_CHARACTERbind ^El FORWARD_CHARACTERbind ^Ek BACKWARD_HISTORYbind ^Ej FORWARD_HISTORY#bind ^Eu <Undo -- not possible>#bind ^EU <Undo -- not possible>#bind ^Ecw <delete word -- insert mode>#bind ^EcW <delete word -- insert mode>#bind ^Ecb <delete to start-of-word -- insert mode>#bind ^EcB <delete to start-of-word -- insert mode>#bind ^Ec$$ <delete to end-of-line -- insert mode>#bind ^EC <delete to end-of-line -- insert mode>#bind ^Ec0 <delete to start-of-line -- insert modebind ^Edd ERASE_LINEbind ^ED ERASE_TO_END_OF_LINE#bind ^Edw <delete word>#bind ^EdW <delete word>#bind ^Edb <delete to start of word>#bind ^EdB <delete to start of word>#bind ^Ed$$ <delete to end of line>#bind ^Ed0 <delete to start of line>#hop'y2k

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -