Skip to content

Commit

Permalink
add Conque_Shell and shortcut to quickly open a shell within vim in t…
Browse files Browse the repository at this point in the history
…he current directory of the buffer
  • Loading branch information
thet committed Apr 24, 2012
1 parent 19aa2c3 commit 8cb4026
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config-thet
Expand Up @@ -115,6 +115,9 @@ map <C-S-P> "+P

"""" PLUGINS

"" open bash in vertical split
nnoremap <leader>k :ConqueTermSplit bash<CR>
"" lusty
nnoremap <leader>, :LustyJuggler<CR>
nnoremap <leader>m :LustyFilesystemExplorer<CR>
Expand Down
7 changes: 7 additions & 0 deletions config-thet-plugins
Expand Up @@ -34,6 +34,7 @@ call ActivateAddons([
\ 'Tagbar',
\ 'TaskList',
\ 'The_NERD_tree',
\ 'Conque_Shell',
\ 'css_color@skammer',
\ 'delimitMate',
\ 'fugitive',
Expand Down Expand Up @@ -147,6 +148,12 @@ let g:NERDTreeMinimalUI=1
let g:NERDTreeWinSize=31


"" Conque_Shell
let g:ConqueTerm_FastMode = 0
let g:ConqueTerm_Color = 1
let g:ConqueTerm_CloseOnEnd = 1


"" autocomplpopup
""fun! GetSnipsInCurrentScope()
"" let snips = {}
Expand Down

0 comments on commit 8cb4026

Please sign in to comment.