We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8102ab2 commit fa9230fCopy full SHA for fa9230f
.vimrc
@@ -70,15 +70,15 @@ set number " 行番号を表示
70
" nnoremap <up> gk
71
72
set showmatch " 括弧の対応関係を一瞬表示する
73
-source $VIMRUNTIME/macros/matchit.vim " Vimの「%」を拡張する(タグジャンプ)
+" source $VIMRUNTIME/macros/matchit.vim " Vimの「%」を拡張する(タグジャンプ)
74
75
set wildmenu "コマンドモードのタブ補完
76
77
"ペースト時、インデントが崩れないようにする let &t_SI .=
78
if &term =~ "xterm"
79
let &t_ti .= "\e[?2004h"
80
let &t_te .= "\e[?2004l"
81
- let &pastetoggle = "\e[201~"
+ "let &pastetoggle = "\e[201~"
82
83
function XTermPasteBegin(ret)
84
set paste
0 commit comments