aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/keys.lua b/core/keys.lua
index 16c2053e..ecf98eaa 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -28,9 +28,9 @@ local M = {}
--
-- Key sequences are strings built from an ordered combination of modifier keys
-- and the key's inserted character. Modifier keys are "Control", "Shift", and
--- "Alt" on Windows, Linux, BSD, and in curses. On macOS they are "Control"
--- (`^`), "Alt/Option" (`⌥`), "Command" (`⌘`), and "Shift" (`⇧`). These
--- modifiers have the following string representations:
+-- "Alt" on Windows, Linux, BSD, and in the terminal version. On macOS they are
+-- "Control" (`^`), "Alt/Option" (`⌥`), "Command" (`⌘`), and "Shift" (`⇧`).
+-- These modifiers have the following string representations:
--
-- Modifier | Linux / Win32 | macOS | Terminal |
-- ---------|---------------|-----------|-----------|