Skip to content

Commit

Permalink
correct shell usage + vertical resize
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjefford committed Dec 1, 2009
1 parent 37aabf4 commit a4ee2be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -39,6 +39,7 @@ set statusline+=%{&fileformat}] " file format
set statusline+=%= " right align
set statusline+=0x%-8B\ " current char
set statusline+=%-14.(%l/%L,%c%V%)\ %<%P " offset
set shellcmdflag=-ic

let mapleader=","

Expand Down Expand Up @@ -80,6 +81,9 @@ map <leader>d :execute 'NERDTreeToggle ' . getcwd()<CR>
map + :resize +1<CR>
map _ :resize -1<CR>
map < :vertical resize -1<CR>
map > :vertical resize +1<CR>
function! ToggleScratch()
if expand('%') == g:ScratchBufferName
quit
Expand Down

0 comments on commit a4ee2be

Please sign in to comment.