aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin/tree.vim
blob: 073abf69a5c628084ad431b5bd2f26b9eaa2c001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set tw=0
set nolist
set nospell

map pp a,    01<esc>
map PP a,    09<esc>
map tt a,    06<esc>
map bb a,    07<esc>
map ss a,    03<esc>
map SS a,    04<esc>
map nn a,    05<esc>
map vv a,    02<esc>
map cc a,  Cull<esc>