mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
![]() 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. |
||
---|---|---|
.. | ||
abbrevs.py | ||
autovox.py | ||
bashisms.py | ||
coreutils.py | ||
fish_completer.py | ||
free_cwd.py | ||
pdb.py | ||
README | ||
vox.py | ||
voxapi.py | ||
whole_word_jumping.py | ||
xog.py |
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.