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 | 31 |
Tags
- Leetcode 121
- 프로그래머스
- linux bash
- linux prompt color
- vi/vim commands
- without nohup.out
- gnuplot csv
- tensorflow model load
- Leetcode 70
- VirtualBox
- apt clean
- apt autoremove
- url reference
- latex 첨자
- vim set noshowmatch
- python3
- git commit message
- 프로그래머스 구명보트
- Resolution Changing
- Python Imaging Library
- Climbing Stairs
- vi/vim 명령어
- 프로그래머스 체육복
- csv x range
- 프로그래머스 실패율
- vim 찾아 바꾸기
- 걸쳐서 그림 넣기
- vim 치환
- vim 괄호 비활성화
- LaTeX figure
Archives
- Today
- Total
기억노트
[Vim] 괄호 매칭하는 기능 비활성화 본문
~/.vimrc에 set noshowmatch를 추가해주어도 매칭되는 괄호에 계속 하이라이팅이 되어있어서
찾아보니 다음 코드로 비활성화 시킬 수 있었다.
let g:loaded_matchparen=1
'Programming > Vim' 카테고리의 다른 글
[Vim] 내가 사용하고 있는 .vimrc (0) | 2021.12.09 |
---|