We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82ad89 commit a385a16Copy full SHA for a385a16
1 file changed
clink/lib/src/rl/rl_module.cpp
@@ -157,7 +157,7 @@ RlModule::RlModule(const char* shell_name)
157
{ "\\e[6~", "history-search-forward" }, // pgdn
158
{ "\\e[M", "revert-line" }, // esc
159
{ "\\C-z", "undo" },
160
- { "\\C-w", "backward-kill-word" },
+ { "\\C-w", "unix-filename-rubout" },
161
};
162
163
for (int32 i = 0; i < sizeof_array(ext_key_binds); ++i)
0 commit comments