aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-02-13 09:32:57 +0000
committerBlaž Hrastnik2022-02-13 09:32:57 +0000
commit97d4b2b5fe399ecc9992df91aa4230fe96357792 (patch)
tree883d54b95fb23f5c2a41e75696f1d37bfcb25746 /helix-term/src
parentbd549d8a20cce98e24c8653a4a86107c786cbaa3 (diff)
Mark DAP as experimental
Diffstat (limited to 'helix-term/src')
-rw-r--r--helix-term/src/keymap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index e08d7e44..fc90da33 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -659,7 +659,7 @@ impl Default for Keymaps {
"S" => workspace_symbol_picker,
"a" => code_action,
"'" => last_picker,
- "d" => { "Debug" sticky=true
+ "d" => { "Debug (experimental)" sticky=true
"l" => dap_launch,
"b" => dap_toggle_breakpoint,
"c" => dap_continue,