mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-25 03:22:58 +03:00
pass alt-numbers to the shell (fixes #217)
This commit is contained in:
parent
21e1656780
commit
33f67503bd
@ -322,6 +322,7 @@ export class TerminalTabComponent extends BaseTabComponent {
|
||||
preferenceManager.set('copy-on-select', false)
|
||||
preferenceManager.set('alt-sends-what', 'browser-key')
|
||||
preferenceManager.set('alt-gr-mode', 'ctrl-alt')
|
||||
preferenceManager.set('pass-alt-number', true)
|
||||
preferenceManager.set('cursor-blink', config.terminal.cursorBlink)
|
||||
|
||||
if (config.terminal.colorScheme.foreground) {
|
||||
|
Loading…
Reference in New Issue
Block a user