From 19aa195280459fa83fc4a518e24197670b2d1712 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 20 Nov 2021 18:49:18 +0900 Subject: vim: coding style --- .vimrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.vimrc b/.vimrc index ba26676..f94557e 100644 --- a/.vimrc +++ b/.vimrc @@ -115,7 +115,7 @@ set display=lastline let &fillchars = 'stl: ,stlnc: ,vert: ,fold: ,diff: ' set cmdheight=2 set list -let &listchars="eol:\u00ac,tab:\u25b8 ,trail:\u00b7,extends:\u00bb,precedes:\u00ab" +let &listchars = "eol:\u00ac,tab:\u25b8 ,trail:\u00b7,extends:\u00bb,precedes:\u00ab" set concealcursor=cnv @@ -779,7 +779,7 @@ xnoremap x "_x nnoremap Y y$ " In Blockwise-Visual mode, select text linewise. -" In default, select text characterwise, neither blockwise nor linewise. +" By default, select text characterwise, neither blockwise nor linewise. xnoremap Y mode() ==# 'V' ? 'y' : 'Vy' @@ -1522,15 +1522,15 @@ let g:lightline = { \ 'fileformat': 'Lightline_fileformat', \ }, \ 'mode_map': { - \ 'n' : 'N', - \ 'i' : 'I', - \ 'R' : 'R', - \ 'v' : 'V', - \ 'V' : 'V-L', + \ 'n': 'N', + \ 'i': 'I', + \ 'R': 'R', + \ 'v': 'V', + \ 'V': 'V-L', \ "\": 'V-B', - \ 'c' : 'C', - \ 's' : 'S', - \ 'S' : 'S-L', + \ 'c': 'C', + \ 's': 'S', + \ 'S': 'S-L', \ "\": 'S-B', \ 't': 'T', \ }, -- cgit v1.2.3-70-g09d2