diff --git a/rc/fzf-modules/fzf-ctags.kak b/rc/fzf-modules/fzf-ctags.kak index 0bbfde3..ed0cbf5 100644 --- a/rc/fzf-modules/fzf-ctags.kak +++ b/rc/fzf-modules/fzf-ctags.kak @@ -31,868 +31,768 @@ try %{ map global fzf -docstring "select tag type" '' ': enter-user-mode fzf-ctags' hook global WinSetOption filetype=ada %{ - map global fzf-ctags '' ': fzf-tag P' -docstring "package specifications" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "packages" - map global fzf-ctags 't' ': fzf-tag t' -docstring "types" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "subtypes" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "record type components" - map global fzf-ctags 'l' ': fzf-tag l' -docstring "enum type literals" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "generic formal parameters" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "constants" - map global fzf-ctags 'x' ': fzf-tag x' -docstring "user defined exceptions" - map global fzf-ctags '' ': fzf-tag R' -docstring "subprogram specifications" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "subprograms" - map global fzf-ctags '' ': fzf-tag K' -docstring "task specifications" - map global fzf-ctags 'k' ': fzf-tag k' -docstring "tasks" - map global fzf-ctags '' ': fzf-tag O' -docstring "protected data specifications" - map global fzf-ctags 'o' ': fzf-tag o' -docstring "protected data" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "task/protected data entries" - map global fzf-ctags 'b' ': fzf-tag b' -docstring "labels" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "projects" - map global fzf-ctags 't' ': fzf-tag t' -docstring "targets" + map global fzf-ctags '' ': fzf-tag P' -docstring 'package specifications' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'packages' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'types' + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'subtypes' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'record type components' + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'enum type literals' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'generic formal parameters' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'constants' + map global fzf-ctags 'x' ': fzf-tag x' -docstring 'user defined exceptions' + map global fzf-ctags '' ': fzf-tag R' -docstring 'subprogram specifications' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'subprograms' + map global fzf-ctags '' ': fzf-tag K' -docstring 'task specifications' + map global fzf-ctags 'k' ': fzf-tag k' -docstring 'tasks' + map global fzf-ctags '' ': fzf-tag O' -docstring 'protected data specifications' + map global fzf-ctags 'o' ': fzf-tag o' -docstring 'protected data' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'task/protected data entries' + map global fzf-ctags 'b' ': fzf-tag b' -docstring 'labels' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'loop/declare identifiers' + map global fzf-ctags '' ': fzf-tag S' -docstring '(ctags internal use)' } - hook global WinSetOption filetype=ant %{ - map global fzf-ctags '' ': fzf-tag P' -docstring "properties(global)" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "antfiles" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "chapters" - map global fzf-ctags 's' ': fzf-tag s' -docstring "sections" + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'projects' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'targets' + map global fzf-ctags '' ': fzf-tag P' -docstring 'properties(global)' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'antfiles' } - hook global WinSetOption filetype=asciidoc %{ - map global fzf-ctags '' ': fzf-tag S' -docstring "level 2 sections" - map global fzf-ctags 't' ': fzf-tag t' -docstring "level 3 sections" - map global fzf-ctags '' ': fzf-tag T' -docstring "level 4 sections" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "level 5 sections" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "anchors" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "defines" - map global fzf-ctags 'l' ': fzf-tag l' -docstring "labels" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'chapters' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sections' + map global fzf-ctags '' ': fzf-tag S' -docstring 'level 2 sections' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'level 3 sections' + map global fzf-ctags '' ': fzf-tag T' -docstring 'level 4 sections' + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'level 5 sections' + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'anchors' } - hook global WinSetOption filetype=asm %{ - map global fzf-ctags 'm' ': fzf-tag m' -docstring "macros" - map global fzf-ctags 't' ': fzf-tag t' -docstring "types (structs and records)" - map global fzf-ctags 's' ': fzf-tag s' -docstring "sections" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "constants" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'defines' + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'labels' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'macros' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'types (structs and records)' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sections' } - hook global WinSetOption filetype=asp %{ - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 's' ': fzf-tag s' -docstring "subroutines" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "packages" - map global fzf-ctags 't' ': fzf-tag t' -docstring "templates" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'constants' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'subroutines' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' } - hook global WinSetOption filetype=autoconf %{ - map global fzf-ctags 'm' ': fzf-tag m' -docstring "autoconf macros" - map global fzf-ctags 'w' ': fzf-tag w' -docstring "options specified with --with-..." - map global fzf-ctags 'e' ': fzf-tag e' -docstring "options specified with --enable-..." - map global fzf-ctags 's' ': fzf-tag s' -docstring "substitution keys" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "automake conditions" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "definitions" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "regions" + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'packages' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'templates' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'autoconf macros' + map global fzf-ctags 'w' ': fzf-tag w' -docstring 'options specified with --with-...' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'options specified with --enable-...' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'substitution keys' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'automake conditions' + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'definitions' } - hook global WinSetOption filetype=autoit %{ - map global fzf-ctags 'g' ': fzf-tag g' -docstring "global variables" - map global fzf-ctags 'l' ': fzf-tag l' -docstring "local variables" - map global fzf-ctags '' ': fzf-tag S' -docstring "included scripts" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "directories" - map global fzf-ctags '' ': fzf-tag P' -docstring "programs" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'regions' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'global variables' + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'local variables' + map global fzf-ctags '' ': fzf-tag S' -docstring 'included scripts' } - hook global WinSetOption filetype=automake %{ - map global fzf-ctags '' ': fzf-tag M' -docstring "manuals" - map global fzf-ctags '' ': fzf-tag T' -docstring "ltlibraries" - map global fzf-ctags '' ': fzf-tag L' -docstring "libraries" - map global fzf-ctags '' ': fzf-tag S' -docstring "scripts" - map global fzf-ctags '' ': fzf-tag D' -docstring "datum" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "conditions" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "constants" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'directories' + map global fzf-ctags '' ': fzf-tag P' -docstring 'programs' + map global fzf-ctags '' ': fzf-tag M' -docstring 'manuals' + map global fzf-ctags '' ': fzf-tag T' -docstring 'ltlibraries' + map global fzf-ctags '' ': fzf-tag L' -docstring 'libraries' + map global fzf-ctags '' ': fzf-tag S' -docstring 'scripts' + map global fzf-ctags '' ': fzf-tag D' -docstring 'datum' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'conditions' } - hook global WinSetOption filetype=awk %{ - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' } - hook global WinSetOption filetype=basic %{ - map global fzf-ctags 'l' ': fzf-tag l' -docstring "labels" - map global fzf-ctags 't' ': fzf-tag t' -docstring "types" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "enumerations" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "fragment definitions" - map global fzf-ctags 's' ': fzf-tag s' -docstring "slots (fragment uses)" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'constants' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'labels' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'types' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'enumerations' } - hook global WinSetOption filetype=beta %{ - map global fzf-ctags 'v' ': fzf-tag v' -docstring "patterns (virtual or rebound)" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "namespaces" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'fragment definitions' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'slots (fragment uses)' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'patterns (virtual or rebound)' } - hook global WinSetOption filetype=clojure %{ - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "macros" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'namespaces' } - hook global WinSetOption filetype=cmake %{ - map global fzf-ctags 't' ': fzf-tag t' -docstring "targets" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variable definitions" - map global fzf-ctags '' ': fzf-tag D' -docstring "options specified with -D" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "projects" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "regex" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "macro definitions" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "enumerators (values inside an enumeration)" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'macros' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'targets' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variable definitions' + map global fzf-ctags '' ': fzf-tag D' -docstring 'options specified with -' + map global fzf-ctags 'p' ': fzf-tag P' -docstring 'projects' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'regex' } - hook global WinSetOption filetype=c %{ - map global fzf-ctags 'f' ': fzf-tag f' -docstring "function definitions" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "enumeration names" - map global fzf-ctags 'h' ': fzf-tag h' -docstring "included header files" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "struct, and union members" - map global fzf-ctags 's' ': fzf-tag s' -docstring "structure names" - map global fzf-ctags 't' ': fzf-tag t' -docstring "typedefs" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "union names" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variable definitions" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "macro definitions" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "enumerators (values inside an enumeration)" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'macro definitions' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'enumerators (values inside an enumeration)' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function definitions' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'enumeration names' + map global fzf-ctags 'h' ': fzf-tag h' -docstring 'included header files' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'struct, and union members' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'structure names' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'typedefs' + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'union names' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variable definitions' } - hook global WinSetOption filetype=cpp %{ - map global fzf-ctags 'f' ': fzf-tag f' -docstring "function definitions" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "enumeration names" - map global fzf-ctags 'h' ': fzf-tag h' -docstring "included header files" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "class, struct, and union members" - map global fzf-ctags 's' ': fzf-tag s' -docstring "structure names" - map global fzf-ctags 't' ': fzf-tag t' -docstring "typedefs" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "union names" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variable definitions" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "namespaces" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "macro definitions" - map global fzf-ctags 'h' ': fzf-tag h' -docstring "included header files" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'macro definitions' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'enumerators (values inside an enumeration)' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function definitions' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'enumeration names' + map global fzf-ctags 'h' ': fzf-tag h' -docstring 'included header files' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'class, struct, and union members' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'structure names' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'typedefs' + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'union names' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variable definitions' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'namespaces' } - hook global WinSetOption filetype=cpreprocessor %{ - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 's' ': fzf-tag s' -docstring "selectors" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'macro definitions' + map global fzf-ctags 'h' ': fzf-tag h' -docstring 'included header files' } - hook global WinSetOption filetype=css %{ - map global fzf-ctags 'i' ': fzf-tag i' -docstring "identities" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "macro definitions" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'selectors' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'identities' } - hook global WinSetOption filetype=csharp %{ - map global fzf-ctags 'e' ': fzf-tag e' -docstring "enumerators (values inside an enumeration)" - map global fzf-ctags '' ': fzf-tag E' -docstring "events" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "fields" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "enumeration names" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "interfaces" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "methods" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "namespaces" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "properties" - map global fzf-ctags 's' ': fzf-tag s' -docstring "structure names" - map global fzf-ctags 't' ': fzf-tag t' -docstring "typedefs" - map global fzf-ctags 'l' ': fzf-tag l' -docstring "language definitions" - map global fzf-ctags 'k' ': fzf-tag k' -docstring "kind definitions" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'macro definitions' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'enumerators (values inside an enumeration)' + map global fzf-ctags '' ': fzf-tag E' -docstring 'events' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'fields' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'enumeration names' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'interfaces' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'methods' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'namespaces' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'properties' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'structure names' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'typedefs' } - hook global WinSetOption filetype=ctags %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "paragraphs" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "data items" + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'language definitions' + map global fzf-ctags 'k' ': fzf-tag k' -docstring 'kind definitions' } - hook global WinSetOption filetype=cobol %{ - map global fzf-ctags '' ': fzf-tag S' -docstring "source code file" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "file descriptions (FD, SD, RD)" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "group items" - map global fzf-ctags '' ': fzf-tag P' -docstring "program ids" - map global fzf-ctags 's' ': fzf-tag s' -docstring "sections" - map global fzf-ctags '' ': fzf-tag D' -docstring "divisions" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "macro definitions" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "enumerators (values inside an enumeration)" + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'paragraphs' + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'data items' + map global fzf-ctags '' ': fzf-tag S' -docstring 'source code file' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'file descriptions (f, , )' + map global fzf-ctags 'g' ': fzf-tag G' -docstring 'group items' + map global fzf-ctags '' ': fzf-tag P' -docstring 'program ids' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sections' + map global fzf-ctags '' ': fzf-tag D' -docstring 'divisions' } - hook global WinSetOption filetype=cuda %{ - map global fzf-ctags 'f' ': fzf-tag f' -docstring "function definitions" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "enumeration names" - map global fzf-ctags 'h' ': fzf-tag h' -docstring "included header files" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "struct, and union members" - map global fzf-ctags 's' ': fzf-tag s' -docstring "structure names" - map global fzf-ctags 't' ': fzf-tag t' -docstring "typedefs" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "union names" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variable definitions" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "aliases" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'macro definitions' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'enumerators (values inside an enumeration)' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function definitions' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'enumeration names' + map global fzf-ctags 'h' ': fzf-tag h' -docstring 'included header files' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'struct, and union members' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'structure names' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'typedefs' + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'union names' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variable definitions' } - hook global WinSetOption filetype=d %{ - map global fzf-ctags 'g' ': fzf-tag g' -docstring "enumeration names" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "enumerators (values inside an enumeration)" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "function definitions" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "interfaces" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "class, struct, and union members" - map global fzf-ctags '' ': fzf-tag X' -docstring "mixins" - map global fzf-ctags '' ': fzf-tag M' -docstring "modules" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "namespaces" - map global fzf-ctags 's' ': fzf-tag s' -docstring "structure names" - map global fzf-ctags '' ': fzf-tag T' -docstring "templates" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "union names" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variable definitions" - map global fzf-ctags '' ': fzf-tag V' -docstring "version statements" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "modified files" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "newly created files" + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'aliases' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'enumeration names' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'enumerators (values inside an enumeration)' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function definitions' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'interfaces' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'class, struct, and union members' + map global fzf-ctags '' ': fzf-tag X' -docstring 'mixins' + map global fzf-ctags '' ': fzf-tag M' -docstring 'modules' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'namespaces' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'structure names' + map global fzf-ctags '' ': fzf-tag T' -docstring 'templates' + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'union names' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variable definitions' + map global fzf-ctags '' ': fzf-tag V' -docstring 'version statements' } - hook global WinSetOption filetype=diff %{ - map global fzf-ctags 'd' ': fzf-tag d' -docstring "deleted files" - map global fzf-ctags 'h' ': fzf-tag h' -docstring "hunks" - map global fzf-ctags '' ': fzf-tag E' -docstring "entities" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "parameter entities" + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'modified files' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'newly created files' + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'deleted files' + map global fzf-ctags 'h' ': fzf-tag h' -docstring 'hunks' } - hook global WinSetOption filetype=dtd %{ - map global fzf-ctags 'e' ': fzf-tag e' -docstring "elements" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "attributes" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "notations" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "phandlers" - map global fzf-ctags 'l' ': fzf-tag l' -docstring "labels" + map global fzf-ctags '' ': fzf-tag E' -docstring 'entities' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'parameter entities' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'elements' + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'attributes' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'notations' } - hook global WinSetOption filetype=dts %{ - map global fzf-ctags 'r' ': fzf-tag r' -docstring "regex" - map global fzf-ctags 'l' ': fzf-tag l' -docstring "labels" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'phandlers' + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'labels' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'regex' } - hook global WinSetOption filetype=dosbatch %{ - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "features" + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'labels' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' } - hook global WinSetOption filetype=eiffel %{ - map global fzf-ctags 'm' ': fzf-tag m' -docstring "Module" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "Renamed Imported Module" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'features' } - hook global WinSetOption filetype=elm %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "Port" - map global fzf-ctags 't' ': fzf-tag t' -docstring "Type Definition" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "Type Constructor" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "Type Alias" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "Functions" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "macro definitions" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'module' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'renamed mported odule' + map global fzf-ctags 'p' ': fzf-tag P' -docstring 'port' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'type efinition' + map global fzf-ctags 'c' ': fzf-tag C' -docstring 'type onstructor' + map global fzf-ctags 'a' ': fzf-tag A' -docstring 'type lias' + map global fzf-ctags 'f' ': fzf-tag F' -docstring 'functions' } - hook global WinSetOption filetype=erlang %{ - map global fzf-ctags 'm' ': fzf-tag m' -docstring "modules" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "record definitions" - map global fzf-ctags 't' ': fzf-tag t' -docstring "type definitions" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'macro definitions' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'modules' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'record definitions' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'type definitions' } - hook global WinSetOption filetype=falcon %{ - map global fzf-ctags 'm' ': fzf-tag m' -docstring "class members" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "imports" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'class members' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'imports' } - hook global WinSetOption filetype=flex %{ - map global fzf-ctags 'm' ': fzf-tag m' -docstring "methods" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "properties" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "global variables" - map global fzf-ctags 'x' ': fzf-tag x' -docstring "mxtags" - map global fzf-ctags 'b' ': fzf-tag b' -docstring "block data" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "common blocks" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'methods' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'properties' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'global variables' + map global fzf-ctags 'x' ': fzf-tag x' -docstring 'mxtags' } - hook global WinSetOption filetype=fortran %{ - map global fzf-ctags 'e' ': fzf-tag e' -docstring "entry points" - map global fzf-ctags '' ': fzf-tag E' -docstring "enumerations" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "interface contents, generic names, and operators" - map global fzf-ctags 'k' ': fzf-tag k' -docstring "type and structure components" - map global fzf-ctags 'l' ': fzf-tag l' -docstring "labels" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "modules" - map global fzf-ctags '' ': fzf-tag M' -docstring "type bound procedures" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "namelists" - map global fzf-ctags '' ': fzf-tag N' -docstring "enumeration values" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "programs" - map global fzf-ctags 's' ': fzf-tag s' -docstring "subroutines" - map global fzf-ctags 't' ': fzf-tag t' -docstring "derived types and structures" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "program (global) and module variables" - map global fzf-ctags '' ': fzf-tag S' -docstring "submodules" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "macros" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "definitions" + map global fzf-ctags 'b' ': fzf-tag b' -docstring 'block data' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'common blocks' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'entry points' + map global fzf-ctags '' ': fzf-tag E' -docstring 'enumerations' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'interface contents, generic names, and operators' + map global fzf-ctags 'k' ': fzf-tag k' -docstring 'type and structure components' + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'labels' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'modules' + map global fzf-ctags '' ': fzf-tag M' -docstring 'type bound procedures' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'namelists' + map global fzf-ctags '' ': fzf-tag N' -docstring 'enumeration values' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'programs' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'subroutines' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'derived types and structures' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'program (global) and module variables' + map global fzf-ctags '' ': fzf-tag S' -docstring 'submodules' } - hook global WinSetOption filetype=fypp %{ - map global fzf-ctags 't' ': fzf-tag t' -docstring "toplevel variables" + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'macros' } - hook global WinSetOption filetype=gdbinit %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "packages" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'definitions' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'toplevel variables' } - hook global WinSetOption filetype=go %{ - map global fzf-ctags 'c' ': fzf-tag c' -docstring "constants" - map global fzf-ctags 't' ': fzf-tag t' -docstring "types" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 's' ': fzf-tag s' -docstring "structs" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "interfaces" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "struct members" - map global fzf-ctags '' ': fzf-tag M' -docstring "struct anonymous members" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "unknown" - map global fzf-ctags '' ': fzf-tag P' -docstring "name for specifying imported package" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "named anchors" - map global fzf-ctags 'h' ': fzf-tag h' -docstring "H1 headings" + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'packages' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'constants' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'types' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'structs' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'interfaces' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'struct members' + map global fzf-ctags '' ': fzf-tag M' -docstring 'struct anonymous members' + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'unknown' + map global fzf-ctags '' ': fzf-tag P' -docstring 'name for specifying imported package' } - hook global WinSetOption filetype=html %{ - map global fzf-ctags 'i' ': fzf-tag i' -docstring "H2 headings" - map global fzf-ctags 'j' ': fzf-tag j' -docstring "H3 headings" - map global fzf-ctags 's' ': fzf-tag s' -docstring "sections" - map global fzf-ctags 'k' ': fzf-tag k' -docstring "keys" + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'named anchors' + map global fzf-ctags 'h' ': fzf-tag h' -docstring 'h1 headings' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'h2 headings' + map global fzf-ctags 'j' ': fzf-tag j' -docstring 'h3 headings' } - hook global WinSetOption filetype=iniconf %{ - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "methods" + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sections' + map global fzf-ctags 'k' ': fzf-tag k' -docstring 'keys' } - hook global WinSetOption filetype=itcl %{ - map global fzf-ctags 'v' ': fzf-tag v' -docstring "object-specific variables" - map global fzf-ctags '' ': fzf-tag C' -docstring "common variables" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "procedures within the class namespace" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "enum constants" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "fields" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'methods' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'object-specific variables' + map global fzf-ctags '' ': fzf-tag C' -docstring 'common variables' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'procedures within the class namespace' } - hook global WinSetOption filetype=java %{ - map global fzf-ctags 'g' ': fzf-tag g' -docstring "enum types" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "interfaces" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "methods" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "packages" - map global fzf-ctags 'k' ': fzf-tag k' -docstring "keys" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "methods" + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'annotation declarations' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'enum constants' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'fields' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'enum types' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'interfaces' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'methods' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'packages' } - hook global WinSetOption filetype=javaproperties %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "properties" + map global fzf-ctags 'k' ': fzf-tag k' -docstring 'keys' } - hook global WinSetOption filetype=javascript %{ - map global fzf-ctags '' ': fzf-tag C' -docstring "constants" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "global variables" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "generators" - map global fzf-ctags 'o' ': fzf-tag o' -docstring "objects" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "arrays" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "numbers" - map global fzf-ctags 's' ': fzf-tag s' -docstring "strings" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'methods' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'properties' + map global fzf-ctags '' ': fzf-tag C' -docstring 'constants' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'global variables' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'generators' } - hook global WinSetOption filetype=json %{ - map global fzf-ctags 'b' ': fzf-tag b' -docstring "booleans" - map global fzf-ctags 'z' ': fzf-tag z' -docstring "nulls" - map global fzf-ctags '' ': fzf-tag S' -docstring "sections" - map global fzf-ctags 's' ': fzf-tag s' -docstring "symbols" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "versions" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "input sections" + map global fzf-ctags 'o' ': fzf-tag o' -docstring 'objects' + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'arrays' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'numbers' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'strings' + map global fzf-ctags 'b' ': fzf-tag b' -docstring 'booleans' + map global fzf-ctags 'z' ': fzf-tag z' -docstring 'nulls' } - hook global WinSetOption filetype=ldscript %{ - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "macros" - map global fzf-ctags '' ': fzf-tag I' -docstring "macro files" + map global fzf-ctags '' ': fzf-tag S' -docstring 'sections' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'symbols' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'versions' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'input sections' } - hook global WinSetOption filetype=lisp %{ - map global fzf-ctags 't' ': fzf-tag t' -docstring "titles" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' } - hook global WinSetOption filetype=lua %{ - map global fzf-ctags 's' ': fzf-tag s' -docstring "sections" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' } - hook global WinSetOption filetype=m4 %{ - map global fzf-ctags 'm' ': fzf-tag m' -docstring "macros" - map global fzf-ctags 't' ': fzf-tag t' -docstring "targets" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'macros' + map global fzf-ctags '' ': fzf-tag I' -docstring 'macro files' } - hook global WinSetOption filetype=man %{ - map global fzf-ctags '' ': fzf-tag I' -docstring "makefiles" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "chapsters" + map global fzf-ctags 't' ': fzf-tag t' -docstring 'titles' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sections' } - hook global WinSetOption filetype=make %{ - map global fzf-ctags 's' ': fzf-tag s' -docstring "sections" - map global fzf-ctags '' ': fzf-tag S' -docstring "subsections" - map global fzf-ctags 't' ': fzf-tag t' -docstring "subsubsections" + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'macros' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'targets' + map global fzf-ctags '' ': fzf-tag I' -docstring 'makefiles' } - hook global WinSetOption filetype=markdown %{ - map global fzf-ctags '' ': fzf-tag T' -docstring "level 4 subsections" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "level 5 subsections" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "regex" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "function" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variable" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "class" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'chapsters' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sections' + map global fzf-ctags '' ': fzf-tag S' -docstring 'subsections' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'subsubsections' + map global fzf-ctags '' ': fzf-tag T' -docstring 'level 4 subsections' + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'level 5 subsections' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'regex' } - hook global WinSetOption filetype=matlab %{ - map global fzf-ctags 'c' ': fzf-tag c' -docstring "constants" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 't' ': fzf-tag t' -docstring "types" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variable' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'class' } - hook global WinSetOption filetype=myrddin %{ - map global fzf-ctags 'r' ': fzf-tag r' -docstring "traits" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "packages" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "class interface" - map global fzf-ctags '' ': fzf-tag I' -docstring "class implementation" - map global fzf-ctags '' ': fzf-tag P' -docstring "Protocol" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "Object's method" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'constants' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'types' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'traits' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'packages' } - hook global WinSetOption filetype=objectivec %{ - map global fzf-ctags 'c' ': fzf-tag c' -docstring "Class' method" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "Global variable" - map global fzf-ctags '' ': fzf-tag E' -docstring "Object field" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "A function" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "A property" - map global fzf-ctags 't' ': fzf-tag t' -docstring "A type alias" - map global fzf-ctags 's' ': fzf-tag s' -docstring "A type structure" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "An enumeration" - map global fzf-ctags '' ': fzf-tag M' -docstring "A preprocessor macro" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "Object's method" - map global fzf-ctags '' ': fzf-tag M' -docstring "Module or functor" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "Global variable" + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'class interface' + map global fzf-ctags '' ': fzf-tag I' -docstring 'class implementation' + map global fzf-ctags '' ': fzf-tag P' -docstring 'rotocol' + map global fzf-ctags 'm' ': fzf-tag M' -docstring 'object's method' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'class' method' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'global variable' + map global fzf-ctags '' ': fzf-tag E' -docstring 'bject field' + map global fzf-ctags 'f' ': fzf-tag F' -docstring 'a function' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'a property' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'a type alias' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'a type structure' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'an enumeration' + map global fzf-ctags '' ': fzf-tag M' -docstring ' preprocessor macro' } - hook global WinSetOption filetype=ocaml %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "Signature item" - map global fzf-ctags 't' ': fzf-tag t' -docstring "Type name" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "A function" - map global fzf-ctags '' ': fzf-tag C' -docstring "A constructor" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "A 'structure' field" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "An exception" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "user names" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "procedures" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "constants" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'object's method' + map global fzf-ctags '' ': fzf-tag M' -docstring 'odule or functor' + map global fzf-ctags 'v' ': fzf-tag V' -docstring 'global variable' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'signature item' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'type name' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'a function' + map global fzf-ctags '' ': fzf-tag C' -docstring ' constructor' + map global fzf-ctags 'r' ': fzf-tag R' -docstring 'a 'structure' field' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'an exception' } - hook global WinSetOption filetype=passwd %{ - map global fzf-ctags 'f' ': fzf-tag f' -docstring "formats" + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'user names' } - hook global WinSetOption filetype=pascal %{ - map global fzf-ctags 'l' ': fzf-tag l' -docstring "labels" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "packages" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'procedures' } - hook global WinSetOption filetype=perl %{ - map global fzf-ctags 's' ': fzf-tag s' -docstring "subroutines" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "grammars" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "methods" - map global fzf-ctags 'o' ': fzf-tag o' -docstring "modules" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'constants' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'formats' + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'labels' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'packages' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'subroutines' } - hook global WinSetOption filetype=perl6 %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "packages" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "roles" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "rules" - map global fzf-ctags 'b' ': fzf-tag b' -docstring "submethods" - map global fzf-ctags 's' ': fzf-tag s' -docstring "subroutines" - map global fzf-ctags 't' ': fzf-tag t' -docstring "tokens" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "constant definitions" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "interfaces" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'grammars' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'methods' + map global fzf-ctags 'o' ': fzf-tag o' -docstring 'modules' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'packages' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'roles' + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'rules' + map global fzf-ctags 'b' ': fzf-tag b' -docstring 'submethods' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'subroutines' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'tokens' } - hook global WinSetOption filetype=php %{ - map global fzf-ctags 'n' ': fzf-tag n' -docstring "namespaces" - map global fzf-ctags 't' ': fzf-tag t' -docstring "traits" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "aliases" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "chapters" - map global fzf-ctags 's' ': fzf-tag s' -docstring "sections" - map global fzf-ctags '' ': fzf-tag S' -docstring "subsections" - map global fzf-ctags 't' ': fzf-tag t' -docstring "subsubsections" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'constant definitions' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'interfaces' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'namespaces' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'traits' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'aliases' } - hook global WinSetOption filetype=pod %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "packages" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "messages" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "fields" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "enum constants" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'chapters' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sections' + map global fzf-ctags '' ': fzf-tag S' -docstring 'subsections' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'subsubsections' } - hook global WinSetOption filetype=protobuf %{ - map global fzf-ctags 'g' ': fzf-tag g' -docstring "enum types" - map global fzf-ctags 's' ': fzf-tag s' -docstring "services" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "definitions" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "nodes" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "resources" + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'packages' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'messages' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'fields' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'enum constants' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'enum types' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'services' } - hook global WinSetOption filetype=puppetmanifest %{ - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "class members" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'definitions' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'nodes' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'resources' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' } - hook global WinSetOption filetype=python %{ - map global fzf-ctags '' ': fzf-tag I' -docstring "name referring a module defined in other file" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "modules" - map global fzf-ctags 'x' ': fzf-tag x' -docstring "name referring a class/variable/function/module defined in other module" - map global fzf-ctags '' ': fzf-tag L' -docstring "logger sections" - map global fzf-ctags 'q' ': fzf-tag q' -docstring "logger qualnames" - map global fzf-ctags 'q' ': fzf-tag q' -docstring "QEMU Management Protocol dispatch table entries" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "item in texinfo doc" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'class members' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' + map global fzf-ctags '' ': fzf-tag I' -docstring 'name referring a module defined in other file' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'modules' + map global fzf-ctags 'x' ': fzf-tag x' -docstring 'name referring a class/variable/function/module defined in other module' } - hook global WinSetOption filetype=pythonloggingconfig %{ - map global fzf-ctags 's' ': fzf-tag s' -docstring "slots" - map global fzf-ctags '' ': fzf-tag S' -docstring "signals" + map global fzf-ctags '' ': fzf-tag L' -docstring 'logger sections' + map global fzf-ctags 'q' ': fzf-tag q' -docstring 'logger qualnames' } - hook global WinSetOption filetype=qemuhx %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "properties" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" + map global fzf-ctags 'q' ': fzf-tag q' -docstring 'q anagement rotocol dispatch table entries' + map global fzf-ctags 'i' ': fzf-tag I' -docstring 'item in texinfo doc' } - hook global WinSetOption filetype=qtmoc %{ - map global fzf-ctags 'l' ': fzf-tag l' -docstring "libraries" - map global fzf-ctags 's' ': fzf-tag s' -docstring "sources" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "global variables" + map global fzf-ctags 's' ': fzf-tag s' -docstring 'slots' + map global fzf-ctags '' ': fzf-tag S' -docstring 'signals' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'properties' } - hook global WinSetOption filetype=r %{ - map global fzf-ctags 'v' ': fzf-tag v' -docstring "function variables" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "describes" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "contexts" - map global fzf-ctags 's' ': fzf-tag s' -docstring "subroutines" - map global fzf-ctags 't' ': fzf-tag t' -docstring "testcases" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'libraries' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sources' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'global variables' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'function variables' } - hook global WinSetOption filetype=rspec %{ - map global fzf-ctags 'k' ': fzf-tag k' -docstring "keywords" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'describes' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'contexts' } - hook global WinSetOption filetype=rexx %{ - map global fzf-ctags 't' ': fzf-tag t' -docstring "tags" + map global fzf-ctags 's' ': fzf-tag s' -docstring 'subroutines' } - hook global WinSetOption filetype=robot %{ - map global fzf-ctags 'm' ': fzf-tag m' -docstring "macros" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "packages" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "global macros" + map global fzf-ctags 't' ': fzf-tag t' -docstring 'testcases' + map global fzf-ctags 'k' ': fzf-tag k' -docstring 'keywords' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' } - hook global WinSetOption filetype=rpmspec %{ - map global fzf-ctags 'c' ': fzf-tag c' -docstring "chapters" - map global fzf-ctags 's' ': fzf-tag s' -docstring "sections" - map global fzf-ctags '' ': fzf-tag S' -docstring "subsections" - map global fzf-ctags 't' ': fzf-tag t' -docstring "subsubsections" + map global fzf-ctags 't' ': fzf-tag t' -docstring 'tags' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'macros' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'packages' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'global macros' } - hook global WinSetOption filetype=restructuredtext %{ - map global fzf-ctags '' ': fzf-tag T' -docstring "targets" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "methods" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "modules" - map global fzf-ctags '' ': fzf-tag S' -docstring "singleton methods" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'chapters' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sections' + map global fzf-ctags '' ': fzf-tag S' -docstring 'subsections' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'subsubsections' + map global fzf-ctags '' ': fzf-tag T' -docstring 'targets' } - hook global WinSetOption filetype=ruby %{ - map global fzf-ctags 'n' ': fzf-tag n' -docstring "module" - map global fzf-ctags 's' ': fzf-tag s' -docstring "structural type" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "trait interface" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "implementation" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'methods' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'modules' + map global fzf-ctags '' ': fzf-tag S' -docstring 'singleton methods' } - hook global WinSetOption filetype=rust %{ - map global fzf-ctags 'f' ': fzf-tag f' -docstring "Function" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "Enum" - map global fzf-ctags 't' ': fzf-tag t' -docstring "Type Alias" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "Global variable" - map global fzf-ctags '' ': fzf-tag M' -docstring "Macro Definition" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "A struct field" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "An enum variant" - map global fzf-ctags '' ': fzf-tag P' -docstring "A method" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 's' ': fzf-tag s' -docstring "sets" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "aliases" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'module' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'structural type' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'trait interface' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'implementation' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'enum' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'type lias' + map global fzf-ctags 'v' ': fzf-tag V' -docstring 'global variable' + map global fzf-ctags '' ': fzf-tag M' -docstring 'acro efinition' + map global fzf-ctags 'm' ': fzf-tag M' -docstring 'a struct field' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'an enum variant' + map global fzf-ctags '' ': fzf-tag P' -docstring ' method' } - hook global WinSetOption filetype=scheme %{ - map global fzf-ctags 's' ': fzf-tag s' -docstring "script files" - map global fzf-ctags 'h' ': fzf-tag h' -docstring "label for here document" + map global fzf-ctags 'f' ': fzf-tag F' -docstring 'functions' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sets' } - hook global WinSetOption filetype=sh %{ - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "namespaces" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "functor definitions" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "value bindings" + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'aliases' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'script files' + map global fzf-ctags 'h' ': fzf-tag h' -docstring 'label for here document' } - hook global WinSetOption filetype=slang %{ - map global fzf-ctags 'c' ': fzf-tag c' -docstring "cursors" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'namespaces' } - hook global WinSetOption filetype=sml %{ - map global fzf-ctags '' ': fzf-tag E' -docstring "record fields" - map global fzf-ctags '' ': fzf-tag L' -docstring "block label" - map global fzf-ctags '' ': fzf-tag P' -docstring "packages" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "procedures" - map global fzf-ctags 's' ': fzf-tag s' -docstring "subtypes" - map global fzf-ctags 't' ': fzf-tag t' -docstring "tables" - map global fzf-ctags '' ': fzf-tag T' -docstring "triggers" + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'exception declarations' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function definitions' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'functor definitions' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'signature declarations' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'structure declarations' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'type definitions' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'value bindings' } - hook global WinSetOption filetype=sql %{ - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "indexes" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "events" - map global fzf-ctags '' ': fzf-tag U' -docstring "publications" - map global fzf-ctags '' ': fzf-tag R' -docstring "services" - map global fzf-ctags '' ': fzf-tag D' -docstring "domains" - map global fzf-ctags '' ': fzf-tag V' -docstring "views" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "synonyms" - map global fzf-ctags 'x' ': fzf-tag x' -docstring "MobiLink Table Scripts" - map global fzf-ctags 'y' ': fzf-tag y' -docstring "MobiLink Conn Scripts" - map global fzf-ctags 'z' ': fzf-tag z' -docstring "MobiLink Properties " - map global fzf-ctags 'u' ': fzf-tag u' -docstring "units" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "procedures" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "namespaces" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "methods" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "parts" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "chapters" - map global fzf-ctags 's' ': fzf-tag s' -docstring "sections" - map global fzf-ctags 'u' ': fzf-tag u' -docstring "subsections" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'cursors' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags '' ': fzf-tag E' -docstring 'record fields' + map global fzf-ctags '' ': fzf-tag L' -docstring 'block label' + map global fzf-ctags '' ': fzf-tag P' -docstring 'packages' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'procedures' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'subtypes' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'tables' + map global fzf-ctags '' ': fzf-tag T' -docstring 'triggers' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'indexes' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'events' + map global fzf-ctags '' ': fzf-tag U' -docstring 'publications' + map global fzf-ctags '' ': fzf-tag R' -docstring 'services' + map global fzf-ctags '' ': fzf-tag D' -docstring 'domains' + map global fzf-ctags '' ': fzf-tag V' -docstring 'views' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'synonyms' + map global fzf-ctags 'x' ': fzf-tag x' -docstring 'mobiink able cripts' + map global fzf-ctags 'y' ': fzf-tag Y' -docstring 'mobiink onn cripts' + map global fzf-ctags 'z' ': fzf-tag Z' -docstring 'mobiink roperties ' } - hook global WinSetOption filetype=systemdunit %{ - map global fzf-ctags 'b' ': fzf-tag b' -docstring "subsubsections" + map global fzf-ctags 'u' ': fzf-tag U' -docstring 'units' } - hook global WinSetOption filetype=tcl %{ - map global fzf-ctags '' ': fzf-tag P' -docstring "paragraphs" - map global fzf-ctags '' ': fzf-tag G' -docstring "subparagraphs" + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'procedures' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'namespaces' } - hook global WinSetOption filetype=tcloo %{ - map global fzf-ctags 'l' ': fzf-tag l' -docstring "labels" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "includes" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'methods' } - hook global WinSetOption filetype=tex %{ - map global fzf-ctags '' ': fzf-tag M' -docstring "module definition" - map global fzf-ctags 't' ': fzf-tag t' -docstring "type definition" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "constant definition" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "template definition" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "function definition" - map global fzf-ctags 's' ': fzf-tag s' -docstring "signature definition" - map global fzf-ctags '' ': fzf-tag C' -docstring "testcase definition" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "altstep definition" - map global fzf-ctags '' ': fzf-tag G' -docstring "group definition" + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'parts' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'chapters' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'sections' + map global fzf-ctags 'u' ': fzf-tag u' -docstring 'subsections' + map global fzf-ctags 'b' ': fzf-tag b' -docstring 'subsubsections' + map global fzf-ctags '' ': fzf-tag P' -docstring 'paragraphs' + map global fzf-ctags '' ': fzf-tag G' -docstring 'subparagraphs' + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'labels' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'includes' } - hook global WinSetOption filetype=ttcn %{ - map global fzf-ctags '' ': fzf-tag P' -docstring "module parameter definition" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variable instance" - map global fzf-ctags '' ': fzf-tag T' -docstring "timer instance" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "port instance" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "record/set/union member" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "enumeration value" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "macro definitions" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "enumerators (values inside an enumeration)" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "function definitions" - map global fzf-ctags 'g' ': fzf-tag g' -docstring "enumeration names" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "interfaces" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "class, struct, and union members" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "programs" - map global fzf-ctags 's' ': fzf-tag s' -docstring "signals" + map global fzf-ctags '' ': fzf-tag M' -docstring 'module definition' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'type definition' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'constant definition' + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'template definition' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function definition' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'signature definition' + map global fzf-ctags '' ': fzf-tag C' -docstring 'testcase definition' + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'altstep definition' + map global fzf-ctags '' ': fzf-tag G' -docstring 'group definition' + map global fzf-ctags '' ': fzf-tag P' -docstring 'module parameter definition' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variable instance' + map global fzf-ctags '' ': fzf-tag T' -docstring 'timer instance' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'port instance' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'record/set/union member' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'enumeration value' } - hook global WinSetOption filetype=vera %{ - map global fzf-ctags 't' ': fzf-tag t' -docstring "tasks" - map global fzf-ctags '' ': fzf-tag T' -docstring "typedefs" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variable definitions" - map global fzf-ctags 'h' ': fzf-tag h' -docstring "included header files" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "constants (define, parameter, specparam)" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "events" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "modules" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "net data types" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "ports" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "register data types" - map global fzf-ctags 't' ': fzf-tag t' -docstring "tasks" - map global fzf-ctags 'b' ': fzf-tag b' -docstring "blocks" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'macro definitions' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'enumerators (values inside an enumeration)' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function definitions' + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'enumeration names' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'interfaces' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'class, struct, and union members' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'programs' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'signals' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'tasks' + map global fzf-ctags '' ': fzf-tag T' -docstring 'typedefs' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variable definitions' + map global fzf-ctags 'h' ': fzf-tag h' -docstring 'included header files' } - hook global WinSetOption filetype=verilog %{ - map global fzf-ctags 'c' ': fzf-tag c' -docstring "constants (define, parameter, specparam, enum values)" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "events" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "modules" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "net data types" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "ports" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "register data types" - map global fzf-ctags 't' ': fzf-tag t' -docstring "tasks" - map global fzf-ctags 'b' ': fzf-tag b' -docstring "blocks" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'constants (define, parameter, specparam)' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'events' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'modules' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'net data types' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'ports' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'register data types' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'tasks' + map global fzf-ctags 'b' ': fzf-tag b' -docstring 'blocks' } - hook global WinSetOption filetype=systemverilog %{ - map global fzf-ctags '' ': fzf-tag A' -docstring "assertions" - map global fzf-ctags '' ': fzf-tag C' -docstring "classes" - map global fzf-ctags '' ': fzf-tag V' -docstring "covergroups" - map global fzf-ctags '' ': fzf-tag E' -docstring "enumerators" - map global fzf-ctags '' ': fzf-tag I' -docstring "interfaces" - map global fzf-ctags '' ': fzf-tag M' -docstring "modports" - map global fzf-ctags '' ': fzf-tag K' -docstring "packages" - map global fzf-ctags '' ': fzf-tag P' -docstring "programs" - map global fzf-ctags '' ': fzf-tag R' -docstring "properties" - map global fzf-ctags '' ': fzf-tag S' -docstring "structs and unions" - map global fzf-ctags '' ': fzf-tag T' -docstring "subtype definitions" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "record names" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "autocommand groups" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "user-defined commands" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "function definitions" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "maps" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variable definitions" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "vimball filename" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "dialogs" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "menus" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'constants (define, parameter, specparam, enum values)' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'events' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'modules' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'net data types' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'ports' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'register data types' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'tasks' + map global fzf-ctags 'b' ': fzf-tag b' -docstring 'blocks' + map global fzf-ctags '' ': fzf-tag A' -docstring 'assertions' + map global fzf-ctags '' ': fzf-tag C' -docstring 'classes' + map global fzf-ctags '' ': fzf-tag V' -docstring 'covergroups' + map global fzf-ctags '' ': fzf-tag E' -docstring 'enumerators' + map global fzf-ctags '' ': fzf-tag I' -docstring 'interfaces' + map global fzf-ctags '' ': fzf-tag M' -docstring 'modports' + map global fzf-ctags '' ': fzf-tag K' -docstring 'packages' + map global fzf-ctags '' ': fzf-tag P' -docstring 'programs' + map global fzf-ctags '' ': fzf-tag R' -docstring 'properties' + map global fzf-ctags '' ': fzf-tag S' -docstring 'structs and unions' + map global fzf-ctags '' ': fzf-tag T' -docstring 'type declarations' } - hook global WinSetOption filetype=vhdl %{ - map global fzf-ctags 'i' ': fzf-tag i' -docstring "icons" - map global fzf-ctags 'b' ': fzf-tag b' -docstring "bitmaps" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "cursors" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "fonts" - map global fzf-ctags 'v' ': fzf-tag v' -docstring "versions" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "accelerators" - map global fzf-ctags 'l' ': fzf-tag l' -docstring "labels" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "repository id" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'constant declarations' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'type definitions' + map global fzf-ctags '' ': fzf-tag T' -docstring 'subtype definitions' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'record names' + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'entity declarations' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function prototypes and declarations' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'procedure prototypes and declarations' + map global fzf-ctags '' ': fzf-tag P' -docstring 'package definitions' } - hook global WinSetOption filetype=vim %{ - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" - map global fzf-ctags 'd' ': fzf-tag d' -docstring "constant definitions" - map global fzf-ctags 'f' ': fzf-tag f' -docstring "functions" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "interfaces" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "namespaces" - map global fzf-ctags 't' ': fzf-tag t' -docstring "traits" + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'autocommand groups' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'user-defined commands' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'function definitions' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'maps' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variable definitions' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'vimball filename' } - hook global WinSetOption filetype=windres %{ - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "aliases" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "interfaces" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "methods" - map global fzf-ctags 's' ': fzf-tag s' -docstring "signals" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "properties" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "identifiers" - map global fzf-ctags 'c' ': fzf-tag c' -docstring "classes" + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'dialogs' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'menus' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'icons' + map global fzf-ctags 'b' ': fzf-tag b' -docstring 'bitmaps' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'cursors' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'fonts' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'versions' + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'accelerators' } - hook global WinSetOption filetype=yacc %{ - map global fzf-ctags 'h' ': fzf-tag h' -docstring "handlers" + map global fzf-ctags 'l' ': fzf-tag l' -docstring 'labels' } - hook global WinSetOption filetype=yumrepo %{ - map global fzf-ctags 'g' ': fzf-tag g' -docstring "group identifiers" + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'repository id' } - hook global WinSetOption filetype=zephir %{ - map global fzf-ctags 'a' ': fzf-tag a' -docstring "artifact identifiers" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "properties" - map global fzf-ctags 'r' ': fzf-tag r' -docstring "repository identifiers" - map global fzf-ctags 'k' ': fzf-tag k' -docstring "keys" - map global fzf-ctags 'e' ': fzf-tag e' -docstring "elements" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "attributes" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "named patterns" - map global fzf-ctags 'i' ': fzf-tag i' -docstring "id attributes" + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'd' ': fzf-tag d' -docstring 'constant definitions' + map global fzf-ctags 'f' ': fzf-tag f' -docstring 'functions' + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'interfaces' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'namespaces' + map global fzf-ctags 't' ': fzf-tag t' -docstring 'traits' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'aliases' } - hook global WinSetOption filetype=dbusintrospect %{ - map global fzf-ctags 's' ': fzf-tag s' -docstring "stylesheets" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "parameters" - map global fzf-ctags 'm' ': fzf-tag m' -docstring "matched template" - map global fzf-ctags 'n' ': fzf-tag n' -docstring "matched template" + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'interfaces' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'methods' + map global fzf-ctags 's' ': fzf-tag s' -docstring 'signals' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'properties' } - hook global WinSetOption filetype=glade %{ - map global fzf-ctags 'v' ': fzf-tag v' -docstring "variables" - map global fzf-ctags 'a' ': fzf-tag a' -docstring "anchors" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'identifiers' + map global fzf-ctags 'c' ': fzf-tag c' -docstring 'classes' + map global fzf-ctags 'h' ': fzf-tag h' -docstring 'handlers' } - hook global WinSetOption filetype=maven2 %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" + map global fzf-ctags 'g' ': fzf-tag g' -docstring 'group identifiers' + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'artifact identifiers' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'properties' + map global fzf-ctags 'r' ': fzf-tag r' -docstring 'repository identifiers' } - hook global WinSetOption filetype=plistxml %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" + map global fzf-ctags 'k' ': fzf-tag k' -docstring 'keys' } - hook global WinSetOption filetype=relaxng %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" + map global fzf-ctags 'e' ': fzf-tag e' -docstring 'elements' + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'attributes' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'named patterns' } - hook global WinSetOption filetype=svg %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" + map global fzf-ctags 'i' ': fzf-tag i' -docstring 'id attributes' } - hook global WinSetOption filetype=xslt %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" + map global fzf-ctags 's' ': fzf-tag s' -docstring 'stylesheets' + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'parameters' + map global fzf-ctags 'm' ': fzf-tag m' -docstring 'matched template' + map global fzf-ctags 'n' ': fzf-tag n' -docstring 'matched template' + map global fzf-ctags 'v' ': fzf-tag v' -docstring 'variables' } - hook global WinSetOption filetype=yaml %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" + map global fzf-ctags 'a' ': fzf-tag a' -docstring 'anchors' } - hook global WinSetOption filetype=ansibleplaybook %{ - map global fzf-ctags 'p' ': fzf-tag p' -docstring "plays" + map global fzf-ctags 'p' ': fzf-tag p' -docstring 'plays' } } catch %{ echo -debug "Error while declaring 'fzf-ctags' mode" @@ -922,19 +822,17 @@ define-command -hidden fzf-tag -params ..2 %{ evaluate-commands %sh{ cmd="cd $path; readtags -l | cut -f1" fi - [ -n "${kak_client_env_TMUX}" ] && tmux_keybindings=" -: open tag in horizontal split -: open tag in vertical split" - message="Jump to a symbol''s definition : open tag in new buffer : open tag in new window" - message="$message$tmux_keybindings" + [ -n "${kak_client_env_TMUX}" ] && tmux_keybindings=" +: open tag in horizontal split +: open tag in vertical split" - printf "%s\n" "info -title 'fzf tag' '$message'" + printf "%s\n" "info -title 'fzf tag' '$message$tmux_keybindings'" [ ! -z "${kak_client_env_TMUX}" ] && additional_flags="--expect ctrl-v --expect ctrl-s" printf "%s\n" "set-option window ctagsfiles %{$path/$kak_opt_fzf_tag_file}" - printf "%s\n" "fzf %{ctags-search} %{$cmd | awk '!a[\$0]++'} %{--expect ctrl-w $additional_flags $additional_keybindings}" + printf "%s\n" "fzf %{ctags-search} %{$cmd | awk '!a[\$0]++'} %{--expect ctrl-w $additional_flags}" }}