mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
Merge pull request #490 from gforsyth/open_in_editor
add open in editor to prompt_toolkit_shell
This commit is contained in:
commit
47a3b753c8
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class PromptToolkitShell(BaseShell):
|
|||
self.pt_completer = PromptToolkitCompleter(self.completer, self.ctx)
|
||||
self.key_bindings_manager = KeyBindingManager(
|
||||
enable_auto_suggest_bindings=True,
|
||||
enable_open_in_editor=True,
|
||||
enable_search=True, enable_abort_and_exit_bindings=True)
|
||||
load_xonsh_bindings(self.key_bindings_manager)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue