1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-25 11:33:35 +03:00

removed default 'clear' ctrl-L assignment (fixes #948, fixes #1352)

This commit is contained in:
Eugene Pankov 2019-09-02 13:20:43 +02:00
parent 1dec46908a
commit 1280e13c1f

View File

@ -122,9 +122,7 @@ export class TerminalConfigProvider extends ConfigProvider {
paste: [
'Ctrl-Shift-V',
],
clear: [
'Ctrl-L',
],
clear: [],
'zoom-in': [
'Ctrl-=',
'Ctrl-Shift-=',
@ -164,9 +162,7 @@ export class TerminalConfigProvider extends ConfigProvider {
paste: [
'Ctrl-Shift-V',
],
clear: [
'Ctrl-L',
],
clear: [],
'zoom-in': [
'Ctrl-=',
'Ctrl-Shift-=',