Merge pull request #2583 from xtermjs/Tyriar-patch-1

Include ` in word separators
This commit is contained in:
Daniel Imms
2019-11-25 07:50:10 -08:00
committed by GitHub
+1 -1
View File
@@ -51,7 +51,7 @@ export const DEFAULT_OPTIONS: ITerminalOptions = Object.freeze({
screenKeys: false,
cancelEvents: false,
useFlowControl: false,
wordSeparator: ' ()[]{}\',:;"'
wordSeparator: ' ()[]{}\',:;"`'
});
/**