Skip to content

Commit

Permalink
word wrapped the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillee committed Apr 20, 2017
1 parent 6dd7d6e commit 841993a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/configuration/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ class ConfigurationClass {
useKey = false;
}
} else if (!this.useCtrlKeys && (bracketedKey.slice(1, 3) === "C-")) {
// Check for useCtrlKeys and if it is a <C- ctrl> based keybinding. However, we need to still capture <C-c> due to overrideCopy.
// Check for useCtrlKeys and if it is a <C- ctrl> based keybinding.
// However, we need to still capture <C-c> due to overrideCopy.
if (bracketedKey === '<C-c>' && this.overrideCopy) {
useKey = true;
} else {
Expand Down

0 comments on commit 841993a

Please sign in to comment.