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
- HFS+
- datascience
- intel compiler
- vim
- Anaconda
- SSH
- HDF5
- vi
- conda
- mpi4py
- Matplotlib
- portforwarding
- openmp
- python
- MAC
- arXiver
- Windows
- Visual Studio
- GSL
- polyglot
- hyperref
- LaTeX
- c++
- tab space
- cython
- cygwin
- gfortran
- virtual
- h5py
- jupyter
Archives
- Today
- Total
목록CASE (1)
Astro Coke
[Vi] set-up case-sensitivity in searching
in .vimrc, you can add the commands for the case-sensitivity :set ignorecase :set smartcase Then, you can search words with some case sensitivity rules below: /copyright -> Case insensitive /Copyright -> Case sensitive /copyright\C -> Case sensitive /Copyright\c -> Case insensitive \c or \C at the end of the word is the explicity commands for the sensitivity. :help /\c :help /\C :help 'smartcase'
Computer Setup
2019. 8. 12. 21:11