Fix Ctrl-W/Y in xonsh
This commit is contained in:
@@ -16,6 +16,7 @@ $XONSH_HISTORY_BACKEND = "sqlite"
|
||||
$HISTCONTROL = "ignoredups"
|
||||
$MULTILINE_PROMPT = " "
|
||||
$UPDATE_PROMPT_ON_KEYPRESS = False
|
||||
$XONSH_COPY_ON_DELETE = True
|
||||
|
||||
$AUTO_CD = True
|
||||
|
||||
@@ -27,7 +28,7 @@ $ALTERNATE_EDITOR = "vim"
|
||||
$TERMINAL = "kitty"
|
||||
|
||||
config_dir = p"~/.dotfiles/xonsh"
|
||||
xsh_modules = ["prompt", "path", "alias", "java", "linux", "python", "local", "docker", "kitty", "nix"]
|
||||
xsh_modules = ["prompt", "bindings", "path", "alias", "java", "linux", "python", "local", "docker", "kitty", "nix"]
|
||||
|
||||
for module in xsh_modules:
|
||||
_p = config_dir / f"{module}.xsh"
|
||||
|
||||
Reference in New Issue
Block a user