About: Using standard editor shortcuts in Vim   Sponge Permalink

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

Open the ~/.vimrc file if it exists, if not, create a new file. Paste the following remapping code into it. set smartindent set tabstop=4 set shiftwidth=4 set expandtab set mouse=a set nu :map GVgg :map :enew :map :e . :map :w :map y :map p :map d :map u :map :tabnew :map >> :map :close :map :q! :map / :map n :map :%s/ :map vat :map vit :map vi{ :map vi( :map vi[Once you are done, restart Vim. Now the following should work.

AttributesValues
rdfs:label
  • Using standard editor shortcuts in Vim
rdfs:comment
  • Open the ~/.vimrc file if it exists, if not, create a new file. Paste the following remapping code into it. set smartindent set tabstop=4 set shiftwidth=4 set expandtab set mouse=a set nu :map GVgg :map :enew :map :e . :map :w :map y :map p :map d :map u :map :tabnew :map >> :map :close :map :q! :map / :map n :map :%s/ :map vat :map vit :map vi{ :map vi( :map vi[Once you are done, restart Vim. Now the following should work.
Version
  • 7(xsd:integer)
dbkwik:vim/property/wikiPageUsesTemplate
Previous
  • 0(xsd:integer)
Author
  • Baliganikhil
Subpage
  • /201205
Complexity
  • basic
Created
  • 2012-05-03(xsd:date)
ID
  • 0(xsd:integer)
NEXT
  • 0(xsd:integer)
abstract
  • Open the ~/.vimrc file if it exists, if not, create a new file. Paste the following remapping code into it. set smartindent set tabstop=4 set shiftwidth=4 set expandtab set mouse=a set nu :map GVgg :map :enew :map :e . :map :w :map y :map p :map d :map u :map :tabnew :map >> :map :close :map :q! :map / :map n :map :%s/ :map vat :map vit :map vi{ :map vi( :map vi[Once you are done, restart Vim. Now the following should work. Ctrl + a --> Select All Ctrl + n --> New File (Also See Ctrl + t) Ctrl + o --> Open File (Opens current folder to browse) Ctrl + s --> Save File Ctrl + c --> Copy Ctrl + v --> Paste Ctrl + x --> Cut Ctrl + z --> Undo Ctrl + r --> Redo Ctrl + t --> Open new tab Tab --> Indent Ctrl + w --> Close (tab) Ctrl + W --> Force close (Quit) Ctrl + f --> Find F3 --> Find Next Ctrl + h --> Replace All Shift + t --> Select (HTML, XML etc.) tag (inclusive) Shift + T --> Select (HTML, XML etc.) tag (exclusive) Shift + { --> Select text between flower brackets Shift + [ --> Select text between square brackets Shift + ( --> Select text between parentheses
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