- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
比如我可以使用
:set nu
:set number
最佳答案
Vim 8.0 中的选项列表
Grepping 行匹配 ^\s*\*'\w\+'\*
在 options.txt
从 vim 帮助中删除未用引号括起来的单词提供了以下列表。
它必须稍微调整一下,因为对于 conceallevel
帮助行与其他行不同,对于某些选项,它们跨越两行,等等,所以这个列表不能自动生成,唉。
您可以通过 :help 'optionname'
访问任何选项的帮助部分。 .
注意所有允许前缀 no
的选项( bool 值),前缀 inv
也是允许的。
因此,接下来是 vim 中所有授权选项拼写的列表。同一行的选项是快捷方式或否定形式或第一种形式的否定形式的快捷方式。
抱歉,由于答案长度限制,表格未格式化。
long | short | bool | variants
form | form | | (negation and inversion)
---------------|---------|------|
aleph | al | |
allowrevins | ari | X | noallowrevins noari invallowrevins invari
altkeymap | akm | X | noaltkeymap noakm invaltkeymap invakm
ambiwidth | ambw | |
antialias | anti | X | noantialias noanti invantialias invanti
arabic | arab | X | noarabic noarab invarabic invarab
arabicshape | arshape | X | noarabicshape noarshape invarabicshape invarshape
autochdir | acd | X | noautochdir noacd invautochdir invacd
autoindent | ai | X | noautoindent noai invautoindent invai
autoread | ar | X | noautoread noar invautoread invar
autowrite | aw | X | noautowrite noaw invautowrite invaw
autowriteall | awa | X | noautowriteall noawa invautowriteall invawa
background | bg | |
backspace | bs | |
backup | bk | X | nobackup nobk invbackup invbk
backupcopy | bkc | |
backupdir | bdir | |
backupext | bex | |
backupskip | bsk | |
balloondelay | bdlay | |
ballooneval | beval | X | noballooneval nobeval invballooneval invbeval
balloonexpr | bexpr | |
belloff | bo | |
binary | bin | X | nobinary nobin invbinary invbin
bioskey | biosk | X | nobioskey nobiosk invbioskey invbiosk
bomb | | X | nobomb invbomb
breakat | brk | |
breakindent | bri | X | nobreakindent nobri invbreakindent invbri
breakindentopt | briopt | |
browsedir | bsdir | |
bufhidden | bh | |
buflisted | bl | X | nobuflisted nobl invbuflisted invbl
buftype | bt | |
casemap | cmp | |
cdpath | cd | |
cedit | | |
charconvert | ccv | |
cindent | cin | X | nocindent nocin invcindent invcin
cinkeys | cink | |
cinoptions | cino | |
cinwords | cinw | |
clipboard | cb | |
cmdheight | ch | |
cmdwinheight | cwh | |
colorcolumn | cc | |
columns | co | |
comments | com | |
commentstring | cms | |
compatible | cp | X | nocompatible nocp invcompatible invcp
complete | cpt | |
completefunc | cfu | |
completeopt | cot | |
concealcursor | cocu | |
conceallevel | cole | |
confirm | cf | X | noconfirm nocf invconfirm invcf
conskey | consk | X | noconskey noconsk invconskey invconsk
copyindent | ci | X | nocopyindent noci invcopyindent invci
cpoptions | cpo | |
cryptmethod | cm | |
cscopepathcomp | cspc | |
cscopeprg | csprg | |
cscopequickfix | csqf | |
cscoperelative | csre | X | nocscoperelative nocsre invcscoperelative invcsre
cscopetag | cst | X | nocscopetag nocst invcscopetag invcst
cscopetagorder | csto | |
cscopeverbose | csverb | X | nocscopeverbose nocsverb invcscopeverbose invcsverb
cursorbind | crb | X | nocursorbind nocrb invcursorbind invcrb
cursorcolumn | cuc | X | nocursorcolumn nocuc invcursorcolumn invcuc
cursorline | cul | X | nocursorline nocul invcursorline invcul
debug | | |
define | def | |
delcombine | deco | X | nodelcombine nodeco invdelcombine invdeco
dictionary | dict | |
diff | | X | nodiff invdiff
diffexpr | dex | |
diffopt | dip | |
digraph | dg | X | nodigraph nodg invdigraph invdg
directory | dir | |
display | dy | |
eadirection | ead | |
edcompatible | ed | X | noedcompatible noed invedcompatible inved
emoji | emo | X | noemoji noemo invemoji invemo
encoding | enc | |
endofline | eol | X | noendofline noeol invendofline inveol
equalalways | ea | X | noequalalways noea invequalalways invea
equalprg | ep | |
errorbells | eb | X | noerrorbells noeb inverrorbells inveb
errorfile | ef | |
errorformat | efm | |
esckeys | ek | X | noesckeys noek invesckeys invek
eventignore | ei | |
expandtab | et | X | noexpandtab noet invexpandtab invet
exrc | ex | X | noexrc noex invexrc invex
fe | | |
fileencoding | fenc | |
fileencodings | fencs | |
fileformat | ff | |
fileformats | ffs | |
fileignorecase | fic | X | nofileignorecase nofic invfileignorecase invfic
filetype | ft | |
fillchars | fcs | |
fixendofline | fixeol | X | nofixendofline nofixeol invfixendofline invfixeol
fkmap | fk | X | nofkmap nofk invfkmap invfk
foldclose | fcl | |
foldcolumn | fdc | |
foldenable | fen | X | nofoldenable nofen invfoldenable invfen
foldexpr | fde | |
foldignore | fdi | |
foldlevel | fdl | |
foldlevelstart | fdls | |
foldmarker | fmr | |
foldmethod | fdm | |
foldminlines | fml | |
foldnestmax | fdn | |
foldopen | fdo | |
foldtext | fdt | |
formatexpr | fex | |
formatlistpat | flp | |
formatoptions | fo | |
formatprg | fp | |
fsync | fs | X | nofsync nofs invfsync invfs
gdefault | gd | X | nogdefault nogd invgdefault invgd
grepformat | gfm | |
grepprg | gp | |
guicursor | gcr | |
guifont | gfn | |
guifontset | gfs | |
guifontwide | gfw | |
guiheadroom | ghr | |
guioptions | go | |
guipty | | X | noguipty invguipty
guitablabel | gtl | |
guitabtooltip | gtt | |
helpfile | hf | |
helpheight | hh | |
helplang | hlg | |
hidden | hid | X | nohidden nohid invhidden invhid
highlight | hl | |
history | hi | |
hkmap | hk | X | nohkmap nohk invhkmap invhk
hkmapp | hkp | X | nohkmapp nohkp invhkmapp invhkp
hlsearch | hls | X | nohlsearch nohls invhlsearch invhls
icon | | X | noicon invicon
iconstring | | |
ignorecase | ic | X | noignorecase noic invignorecase invic
imactivatefunc | imaf | |
imactivatekey | imak | |
imcmdline | imc | X | noimcmdline noimc invimcmdline invimc
imdisable | imd | X | noimdisable noimd invimdisable invimd
iminsert | imi | |
imsearch | ims | |
imstatusfunc | imsf | |
include | inc | |
includeexpr | inex | |
incsearch | is | X | noincsearch nois invincsearch invis
indentexpr | inde | |
indentkeys | indk | |
infercase | inf | X | noinfercase noinf invinfercase invinf
insertmode | im | X | noinsertmode noim invinsertmode invim
isfname | isf | |
isident | isi | |
iskeyword | isk | |
isprint | isp | |
joinspaces | js | X | nojoinspaces nojs invjoinspaces invjs
key | | |
keymap | kmp | |
keymodel | km | |
keywordprg | kp | |
langmap | lmap | |
langmenu | lm | |
langnoremap | lnr | X | nolangnoremap nolnr invlangnoremap invlnr
langremap | lrm | X | nolangremap nolrm invlangremap invlrm
laststatus | ls | |
lazyredraw | lz | X | nolazyredraw nolz invlazyredraw invlz
linebreak | lbr | X | nolinebreak nolbr invlinebreak invlbr
lines | | |
linespace | lsp | |
lisp | | X | nolisp invlisp
lispwords | lw | |
list | | X | nolist invlist
listchars | lcs | |
loadplugins | lpl | X | noloadplugins nolpl invloadplugins invlpl
luadll | | |
macatsui | | X | nomacatsui invmacatsui
magic | | X | nomagic invmagic
makeef | mef | |
makeprg | mp | |
matchpairs | mps | |
matchtime | mat | |
maxcombine | mco | |
maxfuncdepth | mfd | |
maxmapdepth | mmd | |
maxmem | mm | |
maxmempattern | mmp | |
maxmemtot | mmt | |
menuitems | mis | |
mkspellmem | msm | |
modeline | ml | X | nomodeline noml invmodeline invml
modelines | mls | |
modifiable | ma | X | nomodifiable noma invmodifiable invma
modified | mod | X | nomodified nomod invmodified invmod
more | | X | nomore invmore
mouse | | |
mousefocus | mousef | X | nomousefocus nomousef invmousefocus invmousef
mousehide | mh | X | nomousehide nomh invmousehide invmh
mousemodel | mousem | |
mouseshape | mouses | |
mousetime | mouset | |
mzquantum | mzq | |
nrformats | nf | |
number | nu | X | nonumber nonu invnumber invnu
numberwidth | nuw | |
omnifunc | ofu | |
opendevice | odev | X | noopendevice noodev invopendevice invodev
operatorfunc | opfunc | |
osfiletype | oft | |
packpath | pp | |
paragraphs | para | |
paste | | X | nopaste invpaste
pastetoggle | pt | |
patchexpr | pex | |
patchmode | pm | |
path | pa | |
perldll | | |
preserveindent | pi | X | nopreserveindent nopi invpreserveindent invpi
previewheight | pvh | |
previewwindow | | X | nopreviewwindow invpreviewwindow
printdevice | pdev | |
printencoding | penc | |
printexpr | pexpr | |
printfont | pfn | |
printheader | pheader | |
printmbcharset | pmbcs | |
printmbfont | pmbfn | |
printoptions | popt | |
prompt | | X | noprompt invprompt
pumheight | ph | |
pvw | | X | nopvw invpvw
pythondll | | |
pythonthreedll | | |
quoteescape | qe | |
readonly | ro | X | noreadonly noro invreadonly invro
redrawtime | rdt | |
regexpengine | re | |
relativenumber | rnu | X | norelativenumber nornu invrelativenumber invrnu
remap | | X | noremap invremap
renderoptions | rop | |
report | | |
restorescreen | rs | X | norestorescreen nors invrestorescreen invrs
revins | ri | X | norevins nori invrevins invri
rightleft | rl | X | norightleft norl invrightleft invrl
rightleftcmd | rlc | |
rubydll | | |
ruler | ru | X | noruler noru invruler invru
rulerformat | ruf | |
runtimepath | rtp | |
scroll | scr | |
scrollbind | scb | X | noscrollbind noscb invscrollbind invscb
scrolljump | sj | |
scrolloff | so | |
scrollopt | sbo | |
sections | sect | |
secure | | X | nosecure invsecure
selection | sel | |
selectmode | slm | |
sessionoptions | ssop | |
shell | sh | |
shellcmdflag | shcf | |
shellpipe | sp | |
shellquote | shq | |
shellredir | srr | |
shellslash | ssl | X | noshellslash nossl invshellslash invssl
shelltemp | stmp | X | noshelltemp nostmp invshelltemp invstmp
shelltype | st | |
shellxescape | sxe | |
shellxquote | sxq | |
shiftround | sr | X | noshiftround nosr invshiftround invsr
shiftwidth | sw | |
shortmess | shm | |
shortname | sn | X | noshortname nosn invshortname invsn
showbreak | sbr | |
showcmd | sc | X | noshowcmd nosc invshowcmd invsc
showfulltag | sft | X | noshowfulltag nosft invshowfulltag invsft
showmatch | sm | X | noshowmatch nosm invshowmatch invsm
showmode | smd | X | noshowmode nosmd invshowmode invsmd
showtabline | stal | |
sidescroll | ss | |
sidescrolloff | siso | |
signcolumn | scl | |
smartcase | scs | X | nosmartcase noscs invsmartcase invscs
smartindent | si | X | nosmartindent nosi invsmartindent invsi
smarttab | sta | X | nosmarttab nosta invsmarttab invsta
softtabstop | sts | |
spell | | X | nospell invspell
spellcapcheck | spc | |
spellfile | spf | |
spelllang | spl | |
spellsuggest | sps | |
splitbelow | sb | X | nosplitbelow nosb invsplitbelow invsb
splitright | spr | X | nosplitright nospr invsplitright invspr
startofline | sol | X | nostartofline nosol invstartofline invsol
statusline | stl | |
suffixes | su | |
suffixesadd | sua | |
swapfile | swf | X | noswapfile noswf invswapfile invswf
swapsync | sws | |
switchbuf | swb | |
synmaxcol | smc | |
syntax | syn | |
tabline | tal | |
tabpagemax | tpm | |
tabstop | ts | |
tagbsearch | tbs | X | notagbsearch notbs invtagbsearch invtbs
tagcase | tc | |
taglength | tl | |
tagrelative | tr | X | notagrelative notr invtagrelative invtr
tags | tag | |
tagstack | tgst | X | notagstack notgst invtagstack invtgst
tcldll | | |
term | | |
termbidi | tbidi | X | notermbidi notbidi invtermbidi invtbidi
termencoding | tenc | |
termguicolors | tgc | |
terse | | X | noterse invterse
textauto | ta | X | notextauto nota invtextauto invta
textmode | tx | X | notextmode notx invtextmode invtx
textwidth | tw | |
thesaurus | tsr | |
tildeop | top | X | notildeop notop invtildeop invtop
timeout | to | X | notimeout noto invtimeout invto
timeoutlen | tm | |
title | | X | notitle invtitle
titlelen | | |
titleold | | |
titlestring | | |
toolbar | tb | |
toolbariconsize| tbis | |
ttimeout | | X | nottimeout invttimeout
ttimeoutlen | ttm | |
ttybuiltin | tbi | X | nottybuiltin notbi invttybuiltin invtbi
ttyfast | tf | X | nottyfast notf invttyfast invtf
ttymouse | ttym | |
ttyscroll | tsl | |
ttytype | tty | |
undodir | udir | |
undofile | udf | X | noundofile noudf invundofile invudf
undolevels | ul | |
undoreload | ur | |
updatecount | uc | |
updatetime | ut | |
verbose | vbs | |
verbosefile | vfile | |
viewdir | vdir | |
viewoptions | vop | |
viminfo | vi | |
virtualedit | ve | |
visualbell | vb | X | novisualbell novb invvisualbell invvb
warn | | X | nowarn invwarn
weirdinvert | wiv | X | noweirdinvert nowiv invweirdinvert invwiv
whichwrap | ww | |
wildchar | wc | |
wildcharm | wcm | |
wildignore | wig | |
wildignorecase | wic | X | nowildignorecase nowic invwildignorecase invwic
wildmenu | wmnu | X | nowildmenu nowmnu invwildmenu invwmnu
wildmode | wim | |
wildoptions | wop | |
winaltkeys | wak | |
window | wi | |
winfixheight | wfh | X | nowinfixheight nowfh invwinfixheight invwfh
winfixwidth | wfw | X | nowinfixwidth nowfw invwinfixwidth invwfw
winheight | wh | |
winminheight | wmh | |
winminwidth | wmw | |
winwidth | wiw | |
wrap | | X | nowrap invwrap
wrapmargin | wm | |
wrapscan | ws | X | nowrapscan nows invwrapscan invws
write | | X | nowrite invwrite
writeany | wa | X | nowriteany nowa invwriteany invwa
writebackup | wb | X | nowritebackup nowb invwritebackup invwb
writedelay | wd | |
关于vim - 如何获得vim选项的所有缩写?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9306914/
我有 虚拟机 在 马克 & CentOS .所以,我看到人们在写 -xterm_clipboard , -lua , ... 有没有一种简单的方法来安装它?或者我们必须一个一个地启用选项并编译/重新编
默认情况下,Vim 在 ~/.vim 中寻找插件和其他东西。 有没有办法告诉 Vim 在 ~/.other_folder 中搜索插件等,并强制它完全忽略 ~/.vim? 最佳答案 Vim 使用来自 '
我正在尝试处理一系列文件。我注意到从命令行(即 ex 模式)运行特定命令时存在差异。例如。 $cat poo.txt big red dog small black cat $vim -c "2,$g
我正在尝试将所有与 vim 相关的文件/插件整合到 ~/.vim 中文件夹,以便我可以将其转储到 github 并开始使用病原体。但是,现在我所有的 vim 插件都散落在各处。 例如,语法插件在 /u
所以我的 ~/.vimrc 文件中的设置正确设置 set mouse=a set ttymouse=xterm2 但是,当我使用 vim 并尝试使用鼠标滚轮滚动时,命令提示符上的滚动条会移动,而不是
我试图尝试 vim 在启动时加载的自动加载文件。我将 example.vim 文件保存在: ~/.vim/autoload/ 目录并编写了一个非常简单的函数: echom "Autoloading..
这个问题已经有答案了: How can you check which options vim was compiled with? (3 个回答) 已关闭 7 年前。 我在多台计算机上使用相同的 V
我需要将一些设置和变量写入一些文本文件以供以后检索。检索文件可以是一个简单的源命令。那么从 vimscript 写入文件的最简单方法是什么? 我只想存储一些全局变量。全局的,因为它们将被多个缓冲区使用
如何使 vim 列(:set 光标列)具有不同的颜色?这是我现在看到的: 请注意,列颜色与 vim 用于标记我的身份等的颜色相同(我认为是背景颜色)。我想选择不同的颜色。 干杯:) 最佳答案 使用这个
我试图尝试 vim 在启动时加载的自动加载文件。我将 example.vim 文件保存在: ~/.vim/autoload/ 目录并编写了一个非常简单的函数: echom "Autoloading..
我正在修改已安装的 VIM 插件,并在另一个终端选项卡中测试结果。每次我想测试更改时,我都必须重新启动 VIM。 有没有更快的方法来完成这个过程?如何在 VIM 启动后重新加载 VIM 插件? 插件是
一个简单的例子: function! Foo() echom 'Starting Foo' let x = Bar(123) " Function does not exist so
有没有办法让 Vim 像带有 explorer 插件的 notepad++ 或 pspad、ultraedit 和 editplus 等其他文本编辑器一样工作? 也就是 保持文件浏览器始终在左侧(左侧
经过多次谷歌搜索后,我无法使 Vim 的代码隐藏功能与 Javascript 和 Typescript 一起使用(无需插件)。 我一直在尝试在我的 .vimrc 中使用如下行来隐藏我的代码,但没有任何
我有以下问题:在 Pycharm 中试验 vim 宏时(我使用的是 Idea Vim 插件)- 我输入了一个简单的宏并让编辑器运行它 100 次。执行速度非常慢,我无法使用 these 中的任何一个来
如何在 vim 中将字符串(4000 到 4200)替换为(5000 到 5200).. 最佳答案 另一种可能性: :%s/\v/5\1/g 这个也能做 200 次,而且由于使用了 \v switch
示例:我有一些文本,比如这个 php 代码 if(empty($condition)) { // work here... } 我的默认寄存器包含字符串“$NewCondition”。 我想将
有时我想在当前缓冲区上应用一些自定义的额外语法突出显示。 如何使用内置的 vim 语法/高亮系统来完成(我不想使用 Highlight 插件) 例如,我想突出显示当前缓冲区中的所有断言语句。 最佳答案
我有一个ora文件,它的长度为200,000行,但最后60,000行的某些行都是空白回车/空格。 我知道G会跳到文件末尾,但是我是否将vim配置为跳到非空格和非回车符的最后一行或字符? 最佳答案 G?
我想在退出vim后看到屏幕原来的内容就像打开文件之前一样,我的文件不是退出而是原始显示不存在 谢谢 最佳答案 在运行全屏应用程序后返回屏幕内容与将内容保留在那里的功能并不特定于 vi,而是特定于您的终
我是一名优秀的程序员,十分优秀!