Skip to content

Commit b6b0954

Browse files
committed
move taglist window to the right side
1 parent 7d15c65 commit b6b0954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/settings/Ctags.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
let Tlist_Ctags_Cmd='/usr/local/Cellar/ctags/5.8/bin/ctags'
22
let Tlist_WinWidth=40
33
let Tlist_GainFocus_On_ToggleOpen=1
4+
let Tlist_Use_Right_Window=1
45
map <F4> :TlistToggle<cr>
56
set tags+=./tags;/
67
set tags+=gems.tags

0 commit comments

Comments
 (0)