About: Precise Jumps Without Mouse   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

and typing "9" would jump to "fantasy". In the following: * The LABELS list can be modified, but labels are limited to a single character. * The labeling repeats. To remedy this there are two prompts: the first for the label, the second for which cycle (1,2,3,etc.). The screen is redrawn with the cycle number before the second prompt. So, for example, "K2" jumps to the second occurrence of K. * A mapping to "K" (which defaults to man lookup) is included, and is set to label the first 248 words. Place this in your vimrc:

AttributesValues
rdfs:label
  • Precise Jumps Without Mouse
rdfs:comment
  • and typing "9" would jump to "fantasy". In the following: * The LABELS list can be modified, but labels are limited to a single character. * The labeling repeats. To remedy this there are two prompts: the first for the label, the second for which cycle (1,2,3,etc.). The screen is redrawn with the cycle number before the second prompt. So, for example, "K2" jumps to the second occurrence of K. * A mapping to "K" (which defaults to man lookup) is included, and is set to label the first 248 words. Place this in your vimrc:
Version
  • 7(xsd:integer)
dbkwik:vim/property/wikiPageUsesTemplate
Previous
  • 0(xsd:integer)
Text
  • EasyMotion
Author
  • Q335r49
Subpage
  • /201203
Complexity
  • basic
Created
  • 2012-03-21(xsd:date)
ID
  • 0(xsd:integer)
  • 3526(xsd:integer)
NEXT
  • 0(xsd:integer)
abstract
  • and typing "9" would jump to "fantasy". In the following: * The LABELS list can be modified, but labels are limited to a single character. * The labeling repeats. To remedy this there are two prompts: the first for the label, the second for which cycle (1,2,3,etc.). The screen is redrawn with the cycle number before the second prompt. So, for example, "K2" jumps to the second occurrence of K. * A mapping to "K" (which defaults to man lookup) is included, and is set to label the first 248 words. Place this in your vimrc: let LABEL = ["a","b","c", \"d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s", \"t","u","v","w","x","y","z","A","B","C","D","E","F","G","H","I", \"J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y", \"Z","1","2","3","4","5","6","7","8","9","0"] function! GoTo(range) normal! Hmt for i in range(0,a:range) exe 'normal! Wr' . g:LABEL[i%len(g:LABEL)] endfor normal! 'tzt echo "Index?" redraw let label=nr2char(getchar()) normal! u'tzt for i in range(0,a:range) exe 'normal! Wr' . (1+i/len(g:LABEL)) endfor normal! 'tzt echo "Number?" redraw let offset=getchar() let offset=(49 <= offset && offset <= 57) ? offset-48 : 1 normal! u'tzt let index=index(g:LABEL,label) exe 'normal! ' . ((offset-1)*len(g:LABEL)+index+1) . 'W' endfu nnoremap :call GoTo(248)
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software