yi-keymap-vim-0.14.1: Vim keymap for Yi editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
Extensions
  • Cpp
  • TemplateHaskell
  • TemplateHaskellQuotes
  • OverloadedStrings
  • DeriveDataTypeable
  • DeriveGeneric
  • FlexibleContexts
  • LambdaCase

Yi.Keymap.Vim.Tag

Description

 

Synopsis

Documentation

gotoTag :: Tag -> Int -> Maybe (FilePath, Int, Int) -> YiM () Source #

Opens the file that contains tag. Uses the global tag table or uses the first valid tag file in TagsFileList.

nextTag :: YiM () Source #

Goes to the next tag. (:tnext)

popTag :: YiM () Source #

Return to location from before last tag jump.

unpopTag :: YiM () Source #

Go to next tag in the tag stack. Represents :tag without any specified tag.