add web-link activation modifier

This commit is contained in:
Vassiliy Shvetsov 2020-05-06 12:04:14 -07:00 committed by Benjamin Staneck
parent 7d571cfdc2
commit ffd4eb46e3
8 changed files with 33 additions and 3 deletions

View file

@ -154,6 +154,10 @@ module.exports = {
// rendering (slower, but supports transparent backgrounds)
webGLRenderer: true,
// keypress required for weblink activation: [ctrl|alt|meta|shift]
// todo: does not pick up config changes automatically, need to restart terminal :/
webLinksActivationKey: '',
// if `true` (without backticks and without quotes), Hyper will ignore ligatures provided by some fonts
disableLigatures: false,