zoukankan      html  css  js  c++  java
  • Taglist

    Precondition :

    sudo apt-get install exuberant-ctags

    好用功能

    1:

    Zooming in and out of the taglist window~

    'x' key in the taglist window to maximize the taglist window width/height.

    again press 'x' to restore the taglist window to the default width/height

    2:

    When this variable is set to 1, the cursor moves to the taglist window after opening the taglist window.

    .vimrc

    let Tlist_GainFocus_On_ToggleOpen = 1

    3 :

    Speeding up taglist windows refresh

    Put below line to .vimrc

    autocmd BufEnter,CursorMoved,CursorMovedI * silent! TlistHighlightTag

    reference :

    https://stackoverflow.com/questions/4568813/vim-taglist-plugin-slow-update

  • 相关阅读:
    【HDOJ】1811 Rank of Tetris
    【HDOJ】1518 Square
    日期类 Date
    RunTime
    System 系统类
    StringBuffer
    获取联系人列表的时候contact_id出现null的值
    String类
    object类
    eclipse使用的步骤
  • 原文地址:https://www.cnblogs.com/youchihwang/p/6506590.html
Copyright © 2011-2022 走看看