Skip to content

Commit

Permalink
Smarter Ctrl-W word deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
mridgers committed May 18, 2023
1 parent d82ad89 commit a385a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clink/lib/src/rl/rl_module.cpp
Expand Up @@ -157,7 +157,7 @@ RlModule::RlModule(const char* shell_name)
{ "\\e[6~", "history-search-forward" }, // pgdn
{ "\\e[M", "revert-line" }, // esc
{ "\\C-z", "undo" },
{ "\\C-w", "backward-kill-word" },
{ "\\C-w", "unix-filename-rubout" },
};

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

0 comments on commit a385a16

Please sign in to comment.