zoukankan      html  css  js  c++  java
  • far.md

    far.vim - Find And Replace Vim plugin

    far.vim -查找和替换的vim插件

    Intro

    介绍

    Far.vim makes it easier to find and replace text through multiple files.
    It's inspired by fancy IDEs, like IntelliJ and Eclipse, that provide
    cozy tools for such tasks.

    Far.vim使在多文件之中查找和替换文本更容易。

    它的灵感来自那些精美的,对于这种任务提供好用的工具的IDE,像是Intellij和Eclipse。

    Installation

    vim-plug

    Plug 'brooth/far.vim'
    

    Usage

    :Far foo bar **/*.py
    :Fardo
    

    far.vim

    :Far {pattern} {replace-with} {file-mask} [params]

    Find the text to replace.

    查找要替换的文本

    :Farp [params]

    Same as Far, but allows to enter {pattern}, {replace-with} and {file-mask}
    one after the other.

    Far类似,但允许连续地输入{pattern}, {replace-with} 和{file-mask}

    :Fardo [params]

    Runs the replacement task.

    运行替换任务。

    :Refar [params]

    Change Far/Farp params.

    转换 Far/Farp的参数。

    :F {pattern} {file-mask} [params]

    Find only.

    仅仅查找

    Need help?

    :help far.vim
    

    Extras

    Multiline Replacement 多行替换

    multiline

    Neovim-Async, Ack, Ag, Ripgrep support

    nvim

    Command-Line Completion 命令补全

    complete

    Consistency Check 一致性校验

    consistency

    ..and many more! Check out :help far.vim.

    Troubleshooting

    Improving scrolling performance 提高滚动性能

    You can improve the scrolling performance when navigating through large results by adding the following settings to your vim configuration:

    当你浏览许多结果时,可以通过添加下列设置到你的vim配置文件中来提高滚动性能:

    set lazyredraw
    set regexpengine=1
    

    License

    MIT

  • 相关阅读:
    realmysql 配套书 资料
    韩国 DBA 博客
    Linux Storage Stack Diagram 4.0
    mysql56 在线源码查看
    导致“mysql has gone away”的两种情况
    mysqldump中使用flush tables with read lock的风险分析
    使用Percona Data Recovery Tool for InnoDB恢复数据
    mha-helper ----ovaistariq DBA GITHUB
    MySQL必知必会面试题 基础
    Zabbix-3.0.3使用自带模板监控MySQL
  • 原文地址:https://www.cnblogs.com/nsfoxer/p/14348104.html
Copyright © 2011-2022 走看看