Skip to content

Commit

Permalink
去掉tab键特殊显示
Browse files Browse the repository at this point in the history
  • Loading branch information
bbxytl committed Oct 11, 2016
1 parent b1957a5 commit 88056b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions b-vim/vim.config/vimrc.config_base
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,9 @@ nmap <leader>z :call Zoom()<CR>
" 在处理未保存或只读文件的时候,弹出确认
set confirm

set list
set lcs=tab:\|\ ,nbsp:% ",trail:-
" tab键特殊显示
" set list
" set lcs=tab:\|\ ,nbsp:% ",trail:-

" 在 tab页显示序号,方便使用 ngt
set tabline=%!MyTabLine() " custom tab pages line
Expand Down

0 comments on commit 88056b1

Please sign in to comment.