support bracketed paste (#8907)

# Description

Relative: #8113, #7630
It works on non-windows system

This pr depends on https://github.com/nushell/reedline/pull/571
This commit is contained in:
WindSoilder
2023-05-04 05:08:47 +08:00
committed by GitHub
parent 7fb48b9a2f
commit e4625acf24
5 changed files with 14 additions and 3 deletions

View File

@ -294,6 +294,7 @@ let-env config = {
float_precision: 2 # the precision for displaying floats in tables
# buffer_editor: "emacs" # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL
use_ansi_coloring: true
bracketed_paste: true # enable bracketed paste, currently useless on windows
edit_mode: emacs # emacs, vi
shell_integration: true # enables terminal markers and a workaround to arrow keys stop working issue
render_right_prompt_on_last_line: false # true or false to enable or disable right prompt to be rendered on last line of the prompt.