`

5.convert_find_substitute

    博客分类:
  • vim
阅读更多
" Insert
Shift-i/A               insert mode and move to head/tail
a/i                     cursor after/befor insert
[n]O/o                  line before/afer insert n times
[n]-i                   insert mode repeate n times


" Convert
~                       char upper/lower
g ~ w                   word upper/lower
g ~ $/g ~ ~             line upper/lower
gU/uw                   word upper/lower


" Find
F/f{char}               backwards/forewards find a char
t/T{char}               find a char before target
dt{char}/df{space}      delete from cursor to find target
/{char}                 command line find


" substitute
        [range][substitute]/{pattern}/{String}/[flags]
s/going/rolling/g               this line all "going" substitue to "rolling"
%s/going/rolling/g              % matches all range

Shift-r/R                       substitute mode
r                               char substitute
cw                              change word
c$/C                            change line after cursor


分享到:
评论

相关推荐

    scr_reset.rar_The Substitute_scr_reset

    substitute read in window for the curscr.

    GENESIS 2000 DFM PE

    The DFM Programming Environment is one of the many unique concepts of the Genesis 2000 system. Unlike any existing tool, the DFM Programming Environment (DFMPE) enables any user with elementary ...

    boost_sp_counted_base.rar_ARGUMENT!

    Substitute for bad_weak_ptr object in the case of -fno-exceptions.Empty helper class except when the template argument is _S_mutex.

    iRF.zip_IRF_On Purpose_random frog

    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING ...

    xx.rar_Do You

    substitute the value, e.g. build the md5 by concat the strings together, then you can use the java.lang.String.format method. But in Camel 2.0 we have added two convenient methods in the Java DSL so ...

    geteyelevel.rar_On Purpose

    SUBSTITUTE GOODS OR SERVICES LOSS OF USE, DATA, OR PROFITS OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING ...

    php.ini-development

    5. The web server's directory (for SAPI modules), or directory of PHP ; (otherwise in Windows) ; 6. The directory from the --with-config-file-path compile time option, or the ; Windows directory (C:\...

    tomcat_apache共享动态连接库

    LoadModule substitute_module modules/mod_substitute.so LoadModule deflate_module modules/mod_deflate.so LoadModule log_config_module modules/mod_log_config.so LoadModule log_forensic_module modules/...

    substitute.rar_Linux/Unix编程_Unix_Linux_

    Substitute And Append Source Code for Linux.

    UG6.0快捷键大全

    SYNONYMS substitute, alternate, swap, switch HINT This command is available in history modeling mode. HELP DSN_replace BITMAP replace_feature POPUP_LABEL Repl&ace... POPUP_MESSAGE Replaces the ...

    exec4_Substitute_

    这个文档是关于substitute实验作业的答案,包含源码和解析

    KCF源码代码

    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT...

    substitute

    substitute.cpp substitute strings in a list of files This program operates on a set of files listed on the command line. The first file specifies a list of string substitutions to be performed on...

    Fast-neural-network-learning.rar_软件设计/软件工程_PDF_

    Although frequent measurement is neededto avoid inadequate dialysis efficiencycan repeatedly perform the forecasting tasks andmay be a satisfactory substitute for laboratory tests. Artificialneural ...

    SUBSTITUTE函数.pdf

    SUBSTITUTE函数.pdf

    2021_play_ball_substitute_player_batch

    2021_play_ball_substitute_player_batch

    HTMLTestRunner.py资源包

    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ...

    substitute函数.xls

    substitute函数.xls

    Excel2003常用函数完全手册 CHM格式 带全文检索

    9.CONVERT...…….................... 8 10.DEC2BIN..…….................... 8 11.DEC2HEX.…….................... 8 12.DEC2OCT...…….................. 8 13.DELTA........…….................. 8 ...

Global site tag (gtag.js) - Google Analytics