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

  • 相关阅读:
    爬取药智网中的方剂信息
    日报3.13
    数据库添加出错
    Bencode
    一些安全网络协议
    代码质量不重要
    Jordan Peterson
    随身记录的缺点
    Why is Go PANICking?
    go问
  • 原文地址:https://www.cnblogs.com/youchihwang/p/6506590.html
Copyright © 2011-2022 走看看