Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 为了实现这一点,我应该在VIM配置中更改什么?(拆下箭头)_Linux_Unix_Vim - Fatal编程技术网

Linux 为了实现这一点,我应该在VIM配置中更改什么?(拆下箭头)

Linux 为了实现这一点,我应该在VIM配置中更改什么?(拆下箭头),linux,unix,vim,Linux,Unix,Vim,我的文件中有“不可见箭头” 如何完全禁用此功能 --->--->--->--- 这是我的vim配置。我必须改变什么才能做到这一点 set nohlsearch set ai set bg=dark set showmatch highlight SpecialKey ctermfg=DarkGray set listchars=tab:>-,trail:~ set list autocmd BufRead *.py set smartindent cinwords=if,elif,else

我的文件中有“不可见箭头” 如何完全禁用此功能

--->--->--->---

这是我的vim配置。我必须改变什么才能做到这一点

set nohlsearch
set ai
set bg=dark
set showmatch
highlight SpecialKey ctermfg=DarkGray
set listchars=tab:>-,trail:~
set list
autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class
set tabstop=4
set shiftwidth=4
set expandtab
set autoindent
set smartindent
syntax on
set listchars=tab:>-
set listchars+=trail:.
set ignorecase
set smartcase
map <C-t><up> :tabr<cr>
map <C-t><down> :tabl<cr>
map <C-t><left> :tabp<cr>
map <C-t><right> :tabn<cr>
filetype indent on
filetype on
filetype plugin on
set pastetoggle=<F5>
imap <C-Right> <End>
imap <C-Left> <Home>
imap <C-Down> <PageDown>
imap <C-Up> <PageUp>

nmap <C-Right> <End>
nmap <C-Left> <Home>
nmap <C-Down> <PageDown>
nmap <C-Up> <PageUp>
set nohlsearch
自动缩进
设置bg=暗
布景
高亮显示SpecialKey ctermfg=DarkGray
设置listchars=tab:>-,轨迹:~
集合列表
autocmd BufRead*.py set smartindent cinwords=if、elif、else、for、while、try、except、finally、def、class
设置tabstop=4
设置shiftwidth=4
设置扩展选项卡
自动缩进
智能对齐
语法高亮
设置listchars=tab:>-
设置listchars+=trail:。
置之不理
设置smartcase
地图:tabr
地图:tabl
地图:塔布
地图:塔本
文件类型缩进
侦测文件类型
上的文件类型插件
设置粘贴切换=
imap
imap
imap
imap
nmap
nmap
nmap
nmap
摆脱这个问题。或者干脆去掉
设置列表

也可以从命令行切换此选项。从正常模式:

:set list!
…将切换列表模式()。

摆脱。或者干脆去掉
设置列表

也可以从命令行切换此选项。从正常模式:

:set list!

…将切换列表模式()。

红色箭头是以下几行的组合:

set listchars=tab:>-,trail:~
set list
红色箭头是当
tab:>-
用于
listchars
list
设置打开时显示的文件中的制表符

摆脱红色箭头的最简单方法是改变

set list

还可以尝试:

:help listchars

对于信息,红色箭头是以下几行的组合:

set listchars=tab:>-,trail:~
set list
红色箭头是当
tab:>-
用于
listchars
list
设置打开时显示的文件中的制表符

摆脱红色箭头的最简单方法是改变

set list

还可以尝试:

:help listchars

对于信息

或“:set list!”进行切换。我有一个键盘快捷键。在签入/etc之前检查格式非常方便,或使用“:set list!”进行切换。我有一个键盘快捷键。在签入/等之前检查格式非常方便。我很好奇这个看不见的箭头是什么样子。你能给我一张截图吗?谢谢我很好奇这个看不见的箭头是什么样子的。你能给我一张截图吗?谢谢