Skip to content

Commit

Permalink
set splitright as default setting for vimgdb
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkaie committed Nov 17, 2009
1 parent d9cb7ba commit 94a88d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vim/macros/gdb_mappings.vim
Expand Up @@ -10,6 +10,9 @@ let s:gdb_k = 1
"nmap ,<F7> :call <SID>ToggleGDB()<CR>
nmap ,<F7> :call ToggleGDB()<CR>
" Add this to split gdb window at right side
set splitright

" Toggle between vim default and custom mappings
"function! s:Toggle()
function! ToggleGDB(...)
Expand Down

0 comments on commit 94a88d0

Please sign in to comment.