Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- apt autoremove
- without nohup.out
- 프로그래머스 체육복
- Climbing Stairs
- linux prompt color
- url reference
- Resolution Changing
- Python Imaging Library
- VirtualBox
- 프로그래머스 실패율
- tensorflow model load
- vim 치환
- python3
- git commit message
- vim 괄호 비활성화
- vi/vim 명령어
- apt clean
- 걸쳐서 그림 넣기
- vim set noshowmatch
- Leetcode 121
- LaTeX figure
- 프로그래머스
- 프로그래머스 구명보트
- csv x range
- latex 첨자
- vim 찾아 바꾸기
- vi/vim commands
- linux bash
- Leetcode 70
- gnuplot csv
Archives
- Today
- Total
기억노트
[Vim] 괄호 매칭하는 기능 비활성화 본문
~/.vimrc에 set noshowmatch를 추가해주어도 매칭되는 괄호에 계속 하이라이팅이 되어있어서
찾아보니 다음 코드로 비활성화 시킬 수 있었다.
let g:loaded_matchparen=1
'Programming > Vim' 카테고리의 다른 글
[Vim] 내가 사용하고 있는 .vimrc (0) | 2021.12.09 |
---|