vi格式不对处理

vi格式不对处理,第1张

vi格式不对处理
tidb@db1 ~]$ vi scale-out-binlog.yaml 
pump_servers:
  - host: 10.0.4.3
    ssh_port: 22
    port: 8250
    deploy_dir: "/tidb-data1/tidb-deploy/pump-8250/deploy"
    data_dir: "/tidb-data1/tidb-data/pump-8250/data"
    # The following configs are used to overwrite the `server_configs.drainer` values.
    #     config:
    #           gc: 7
    #           drainer_servers:
    #             - host: 152.136.114.231
    #                 port: 8249
    #                     # If drainer doesn't have a checkpoint, use initial commitTS as the initial checkpoint.
    #                         # Will get a latest timestamp from pd if commit_ts is set to -1 (the default value).
    #                             commit_ts: -1
    #                                 # The following configs are used to overwrite the `server_configs.drainer` values.
    #                                     config:
    #                                           syncer.db-type: "mysql"
    #                                                 syncer.to.host: "152.136.114.231"
    #                                                       syncer.to.user: "test"
    #                                                             syncer.to.password: "test"
    #                                                                   syncer.to.port: 3306

运行如下命令,进入 paste 模式
:set paste
进入 paste 模式后,按 i 键进入插入模式,然后再粘帖,文本格式不会错乱了。

:set nopaste

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/zaji/5504634.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-12-12
下一篇2022-12-12

发表评论

登录后才能评论

评论列表(0条)

    保存