Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmeta committed Oct 31, 2012
1 parent e904ed0 commit a928d2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vimrc
Expand Up @@ -126,7 +126,7 @@
" Folding {{{
set foldenable " Turn on folding
set foldmethod=marker " Fold on the marker
set foldlevel=0 " Don't autofold anything (but I can still fold manually)
set foldlevel=100 " Don't autofold anything (but I can still fold manually)
set foldopen=block,hor,mark,percent,quickfix,tag " what movements open folds
function SimpleFoldText() " {
return getline(v:foldstart).' '
Expand Down Expand Up @@ -166,12 +166,12 @@
" space / shift-space scroll in normal mode
noremap <S-space> <C-b>
noremap <space> <C-f>
nmap <leader>ff :FufFileWithCurrentBufferDir<CR>
nmap <leader>f :FufFile<CR>
nmap <leader>f :FufFileWithCurrentBufferDir<CR>
nmap <leader>ff :FufFile<CR>
nmap <leader>b :FufBuffer<CR>
nmap <leader>tt :FufBufferTag<CR>
nmap <leader>t :FufBufferTagAll<CR>
nmap <tab> :FufBufferTagAll<CR>
nmap <leader>t :FufBufferTag<CR>
nmap <leader>tt :FufBufferTagAll<CR>
nmap <tab> :FufBufferTag<CR>
map <C-left> <ESC><C-W>h<RETURN>
map <C-right> <ESC><C-W>l<RETURN>
Expand Down

0 comments on commit a928d2b

Please sign in to comment.