xonsh/news
Italo Cunha 1e81146bd6
Support deletion in whole_word_jumping xontrib (#4788)
This binds Alt/Control+Delete/Backspace to support deletion matching
the motion bindings in `whole_word_jumping`.

Should work mostly out of the box on terminals that generate `\x7f`
when `backspace` is pressed and `\x08` when `control+backspace` is
pressed.  Tested to work on Microsoft Terminal (WSL2).  For
incompatible terminals, users can set `$XONSH_WHOLE_WORD_CTRL_BKSP
= False` to avoid configuration of the `control+backspace` binding.
2022-06-05 20:38:06 +05:30
..
cleanup-use-sighup.rst Send SIGHUP instead of SIGKILL to clean up jobs (#4811) 2022-05-20 23:09:24 +05:30
extend-whole-word-jumping.rst Support deletion in whole_word_jumping xontrib (#4788) 2022-06-05 20:38:06 +05:30
feat-xontrib-lifecycle.rst xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
feat_returncode_enhancements.rst Returncode enhancements (#4798) 2022-05-10 09:43:32 -04:00
fix-broken-bg.rst Fix bg command behaviour (#4810) 2022-05-20 08:45:03 +05:30
fix-ptk-force-quit.rst fix: do not append empty/comment-only input to history (#4822) 2022-05-26 17:50:08 +05:30
fix_exit_error.rst fix: workaround method calls on attributes set to None (#4812) 2022-05-20 22:45:15 +05:30
fixEnvironmentCompletion.rst Fix environment variable completion in strings (#4804) 2022-05-21 10:54:36 +05:30
furo.rst docs: change theme to furo (#4809) 2022-05-18 20:36:45 +05:30
ignorespace-doc.rst Documenting the HISTCONTROL ignorespace option (#4825) 2022-05-28 21:22:27 +05:30
refactor-fish-completer.rst feat: filter completions from fish (#4765) 2022-05-22 22:44:36 +05:30
remove-prompt-ret-code-xontrib.rst refactor: removing prompt_ret_code xontrib (#4815) 2022-05-23 10:18:11 -04:00
TEMPLATE.rst single instance of string.Formatter 2018-10-20 12:22:59 -06:00