Skip to content

Commit a385a16

Browse files
committed
Smarter Ctrl-W word deletion
1 parent d82ad89 commit a385a16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clink/lib/src/rl/rl_module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ RlModule::RlModule(const char* shell_name)
157157
{ "\\e[6~", "history-search-forward" }, // pgdn
158158
{ "\\e[M", "revert-line" }, // esc
159159
{ "\\C-z", "undo" },
160-
{ "\\C-w", "backward-kill-word" },
160+
{ "\\C-w", "unix-filename-rubout" },
161161
};
162162

163163
for (int32 i = 0; i < sizeof_array(ext_key_binds); ++i)

0 commit comments

Comments
 (0)