xonsh/xontrib
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
..
abbrevs.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
autovox.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
bashisms.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
coreutils.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
fish_completer.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
free_cwd.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
pdb.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
README interim add 2016-05-11 00:42:36 -04:00
vox.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
voxapi.py test: python completers have become flaky 2022-03-22 19:13:11 +05:30
whole_word_jumping.py Support deletion in whole_word_jumping xontrib (#4788) 2022-06-05 20:38:06 +05:30
xog.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30

xontrib is an implicit namespace package. DO NOT add an __init__.py file
to this directory.

Feel free to add both *.xsh and *.py files to the directory, they will be
installed and available.