Daily 9/11
Categories:
学习
NERDTree
隐藏指定后缀名的文件
let NERDTreeIgnore = ['\.pyc$']
Ctrlsf
In CtrlSF Window:
O
- LikeEnter
but always leave CtrlSF window opening.t
- LikeEnter
but open file in a new tab.
nnoremap <C-F>t :CtrlSFToggle<CR>
inoremap <C-F>t <Esc>:CtrlSFToggle<CR>
Command-t
检索出文件,需要在新的split window打开文件
<C-CR> open the selected file in a new split window
<C-s> open the selected file in a new split window
<C-v> open the selected file in a new vertical split window
<C-t> open the selected file in a new tab
vim
split
Ctrl-w =
resize 所有的窗口一样大小Ctrl-w |
宽度最大化Ctrl-w _
高度最大化
search
:noh
turn off highlighting util the next search
ycm
选择快捷键
let g:ycm_key_list_select_completion = ['<TAB>', '<Down>']
SQLachemy
atmcraft model 目录下的meta是做什么用的
Tornado
selene 案例学习,集成数据库monogoDB异步查询 代码阅读
ohmyrepo 简单的案例,集成了Cache。 代码阅读
最后修改
February 7, 2021
: doc: 整理daily日记 (0dcc57d)