Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能不能增加一个 只复制网页标题 功能? 增加PgUp PgDown Home End的功能 #47

Closed
kethoven opened this issue Mar 11, 2021 · 4 comments

Comments

@kethoven
Copy link

kethoven commented Mar 11, 2021

能不能增加一个 只复制网页标题 功能?
增加PgUp PgDown Home End的功能

@kethoven kethoven changed the title 能不能增加一个 只复制网页标题 功能? 能不能增加一个 只复制网页标题 功能? 增加PgUp PgDown Home End的功能 Mar 12, 2021
@sylecn
Copy link
Owner

sylecn commented Apr 26, 2021

能不能增加一个 只复制网页标题 功能?

好的。下次更新时加。

增加PgUp PgDown Home End的功能

这几个按键都支持的。对应的配置分别是 <prior>, <next>, <home>, <end>

@sylecn
Copy link
Owner

sylecn commented Apr 26, 2021

只复制网页标题 v2.10.0 里面已支持。用法示例:

(bind "c" 'copy-title)

@sylecn sylecn closed this as completed Apr 26, 2021
@peace-max
Copy link

能不能增加一个 只复制网页标题 功能?

好的。下次更新时加。

增加PgUp PgDown Home End的功能

这几个按键都支持的。对应的配置分别是 <prior>, <next>, <home>, <end>

这几个按键应该怎么写代码啊?
试了几次都是失败了。

@sylecn
Copy link
Owner

sylecn commented Apr 29, 2021

使用bind命令绑定指定的功能,比如使用PageDown翻页,需要增加配置:

(bind "<next>" 'nextpage)

可以绑定的命令,请点击配置页面的帮助按钮查看。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants