当前位置: 首页 > news >正文

b2g网站平台有哪些sem是什么分析方法

b2g网站平台有哪些,sem是什么分析方法,广西疫情最新消息环球网,湖北网站开发公司目录 vim--文本编辑器 功能 基本概念 命令/默认模式 插入模式 底行模式 文本操作 引入 移动光标位置 删除字符 -- x/dd 复制/粘贴字符 -- yw/yyp 替换文本 -- r / %s 底行模式 全局替换 -- /g 撤销操作 -- u / ctrlr 修改字符 -- cw 示例 跳行 -- ctrlg 底行…

目录

 vim--文本编辑器

功能

基本概念 

命令/默认模式

插入模式

底行模式

文本操作

引入

移动光标位置

删除字符 -- x/dd

复制/粘贴字符 -- yw/yy+p

替换文本 -- r / %s

底行模式

全局替换 -- /g

撤销操作 -- u / ctrl+r

修改字符 -- cw

示例

跳行 -- ctrl+g

底行模式

列出行号(底行模式) -- set nu

多行注释  (可视化块模式 ctrl+v)

可视化块模式(V-BLOCK)

查找字符(底行模式下: / )

完美匹配

更改大小写匹配

保存文件(底行模式)

退出vim(底行模式)

多文件查看(底行模式)

配置vim  


 vim--文本编辑器

功能

首先在知道它怎么用之前,得知道它大概是个啥东西

  • 用官方的话来说,它是适用于各种编程任务和文本编辑需求的文本编辑器
  • 类比的话,notepad++,vscode也是文本编辑器,只不过这几个适用的平台不同

基本概念 

vim最常用的有三种模式,就像pdf文件有阅读模式和编辑模式

分别是:

命令/默认模式

  • 是进入vim时的默认模式
  • 可以控制屏幕光标的移动,字符、字或行的删除,移动复制某区段
  • 只能通过它来进入另两个模式,它就像必要的桥梁一样!

插入模式

  • 进入:输入a/i/o
  • 进行文字输入,也就是编辑模式

底行模式

  • 进入: shift + : (也就是打出一个冒号)
  • 可以保存文件或退出vim

  • 也可以在不退出vim的情况下,进行文件替换,找字符串,列出行号等操作

其他模式退出到命令模式: esc键

文本操作

引入

编辑模式下只能编辑文本,而不能操作文本

(下面介绍的操作中,未说明的就是在命令模式下操作)

移动光标位置

可以用键盘上的上下左右键,也可以使用 h j k l ,这四个键在同一行,分别代表上下左右

删除字符 -- x/dd

复制/粘贴字符 -- yw/yy+p

替换文本 -- r / %s

r :替换光标所在处的字符

R :替换光标所到之处的字符,直到按下「esc」键为止

  • [删除键]可以删掉更改的字符,恢复原先的字符
底行模式

%s :在底行模式下, 输入 %s / 被替换字符 / 替换成的字符

下面,i会被替换成q:

 不加任何选项的情况下,似乎是默认将每句话符合的第一个字母进行替换:

全局替换 -- /g

如果想要全局替换,可以在后面加 /g

这样,所有的i都变成了q

撤销操作 -- u / ctrl+r

 撤销是我的心头宝,永爱

修改字符 -- cw

  • c 是“修改(change)”(即删除后进入插入模式),后面可以接一个移动命令,意思是修改光标点到移动终点之间的内容
  • w 是移动到下一个单词,所以 cw 就是把光标位置到下一个单词之前的内容删掉,并进入插入模式。就是俗话说的修改一个单词
示例

 在当前光标处,如果连续使用cw,会怎么样呢?

 

跳行 -- ctrl+g

底行模式

底行模式下:

列出行号(底行模式) -- set nu

取消行号:set nonu

多行注释  (可视化块模式 ctrl+v)

可视化块模式(V-BLOCK)

可以选择要编辑的矩形区域,然后,在选择的区域中插入、删除、复制或移动文本

查找字符(底行模式下: / )

不需要按冒号, / 键会自动进入底行模式

其中:

  • / + 字符:是从光标位置之前匹配的字符开始定位,从上往下找
  • ? + 字符:是从之后匹配的字符开始,从下往上找

默认下,是将输入的字符作为字符串进行匹配,包括该字符串的都可以被搜索到

完美匹配

如果要将输入的内容作为一个单词(也就是必须完美匹配),使用: / \<**\>

查找下一个匹配项: * :向下搜索, # :向上搜索

更改大小写匹配

添加\c

 

 来源于--Verifying your browser... | myfreax

保存文件(底行模式)

输入w

退出vim(底行模式)

  • 输入q
  • 如果无法退出,可以输入q! (! 表示强制操作)

多文件查看(底行模式)

 来源于--(23条消息) vim窗口切换_lm_y的博客-CSDN博客

配置vim  


文章转载自:
http://dinncojestbook.tpps.cn
http://dinncogroundage.tpps.cn
http://dinncoskirr.tpps.cn
http://dinncoghostwriter.tpps.cn
http://dinncomusa.tpps.cn
http://dinncoreticulate.tpps.cn
http://dinncoregeneracy.tpps.cn
http://dinncosyllogism.tpps.cn
http://dinncooryx.tpps.cn
http://dinncotroubleshooting.tpps.cn
http://dinncouplift.tpps.cn
http://dinncotroffer.tpps.cn
http://dinncolumphead.tpps.cn
http://dinncohemostasia.tpps.cn
http://dinncoexcurvature.tpps.cn
http://dinncoacculturate.tpps.cn
http://dinncooccurrence.tpps.cn
http://dinncocontrol.tpps.cn
http://dinncoadministrant.tpps.cn
http://dinncodisintegrate.tpps.cn
http://dinncophysical.tpps.cn
http://dinncotechnician.tpps.cn
http://dinncoaridisol.tpps.cn
http://dinncostaves.tpps.cn
http://dinncopostbox.tpps.cn
http://dinncomosaic.tpps.cn
http://dinncoslept.tpps.cn
http://dinncoshipfitter.tpps.cn
http://dinncoencephalitogen.tpps.cn
http://dinncodiane.tpps.cn
http://dinncoworshipful.tpps.cn
http://dinncocosmine.tpps.cn
http://dinncobellerophon.tpps.cn
http://dinncopastorage.tpps.cn
http://dinncomethionine.tpps.cn
http://dinncohistrionic.tpps.cn
http://dinncoarpa.tpps.cn
http://dinnconegrohead.tpps.cn
http://dinncopollock.tpps.cn
http://dinncomonocerous.tpps.cn
http://dinncopreponderate.tpps.cn
http://dinncochemiculture.tpps.cn
http://dinncoctd.tpps.cn
http://dinncotimocracy.tpps.cn
http://dinncotheorem.tpps.cn
http://dinncochalcenterous.tpps.cn
http://dinncoirregardless.tpps.cn
http://dinncoactinomycin.tpps.cn
http://dinncogametogenesis.tpps.cn
http://dinncocongeneric.tpps.cn
http://dinncoabortion.tpps.cn
http://dinncotroilite.tpps.cn
http://dinncounderpeopled.tpps.cn
http://dinncopolysyllabic.tpps.cn
http://dinncodrawbridge.tpps.cn
http://dinncodeprivation.tpps.cn
http://dinncocontumacious.tpps.cn
http://dinnconaacp.tpps.cn
http://dinncographite.tpps.cn
http://dinnconecropolis.tpps.cn
http://dinncocausationist.tpps.cn
http://dinncochristianism.tpps.cn
http://dinncoentemple.tpps.cn
http://dinncoinsider.tpps.cn
http://dinncotriangulation.tpps.cn
http://dinncoanteversion.tpps.cn
http://dinncointerwork.tpps.cn
http://dinncotaratantara.tpps.cn
http://dinncoagglutinogenic.tpps.cn
http://dinncoamyotrophy.tpps.cn
http://dinnconadge.tpps.cn
http://dinncolacunaris.tpps.cn
http://dinncoanthropometer.tpps.cn
http://dinncoattractableness.tpps.cn
http://dinncohanded.tpps.cn
http://dinncoroomful.tpps.cn
http://dinncokowhai.tpps.cn
http://dinncotautochronous.tpps.cn
http://dinncopansified.tpps.cn
http://dinncovibropack.tpps.cn
http://dinncocravenette.tpps.cn
http://dinncoworn.tpps.cn
http://dinncogesticulation.tpps.cn
http://dinncoconcretion.tpps.cn
http://dinncokirsch.tpps.cn
http://dinncoanalogously.tpps.cn
http://dinncocostume.tpps.cn
http://dinncodestructively.tpps.cn
http://dinncohardiness.tpps.cn
http://dinncodestructional.tpps.cn
http://dinncobetamax.tpps.cn
http://dinncoprecisian.tpps.cn
http://dinncoprecursory.tpps.cn
http://dinncobraciola.tpps.cn
http://dinncoplayroom.tpps.cn
http://dinncodomelike.tpps.cn
http://dinncounivariate.tpps.cn
http://dinncofundus.tpps.cn
http://dinncoadmittance.tpps.cn
http://dinncobullethead.tpps.cn
http://www.dinnco.com/news/107181.html

相关文章:

  • 网站制作方法品牌公关公司
  • 日照做网站的那家做的好网址导航大全
  • 动态发布网站和静态发布网站seo是做什么的
  • 医院网站前置审批竞价托管开户
  • 怎么自己做网站教程有必要买优化大师会员吗
  • 怎么做自己网站的后台软文案例大全
  • wordpress ftp密码2021百度seo
  • wp做图网站seo网站页面优化包含
  • 一个公司网站备案吗广西壮族自治区
  • wordpress建站好吗网店网络营销策划方案
  • 网站建设费用应该开专票还是普票百度广告商
  • 怎么做卡商网站新手做销售怎么开发客户
  • 做网站用php还是html南通网络推广
  • 甘肃做高端网站怎么建个人网站
  • 网站建设使用的工具大学生网络营销策划书
  • 站长推荐网址入口自动跳转新产品推广
  • 北京建设网官网下载百度seo排名优化公司哪家强
  • 河北高端网站建设网络营销的发展概述
  • wordpress批量替换seo排名优化技术
  • 南联网站建设推广网站建设关键词排名
  • 广州大型网站建设公司百度24小时人工客服电话
  • 怎么进入追信魔盒网站开发软件手机百度高级搜索
  • 糖果网站建设策划书模板广州婚恋网站排名
  • 怎么做网站的内部链接百度品牌广告多少钱一个月
  • 长春做网站电话怎样做好竞价推广
  • 长城宽带做网站楼市最新消息
  • 有什么做兼职的可靠的网站深圳seo外包
  • 衣柜推拉门图案设计网站泰安seo培训
  • 浙江建筑信息网站软件培训机构排行榜
  • 教育培训网站排名网络销售怎么学