|
|
| About site: Software/Editors/Vi - Vim macro page - homepage of Jos Van Riswick |
Return to Computers also Computers |
| About site: http://www.xs4all.nl/~josvanr/vim.html |
Title: Software/Editors/Vi - Vim macro page - homepage of Jos Van Riswick Lots of vim macros |
| Alexa statistic for http://www.xs4all.nl/~josvanr/vim.html |
Please visit: http://www.xs4all.nl/~josvanr/vim.html
|
| Related sites for http://www.xs4all.nl/~josvanr/vim.html |
| Data_Mining_in_Engineering Group combining modern statistical methods, machine learning, and knowledge of specific application areas to develop new approaches to data mining. University of Toronto. | | Pooling_in_the_Microsoft_Data_Access_Components Discusses the benefits, features, and behavior of pooling within the context of the MDAC architecture, including technology-specific tips for OLE DB, ADO, and ODBC developers. (Leland Ahlbeck and Don | | Mitten_software Provides time-saving tools and services for Clarion Developers. | | RFC_0628 Status of RFC Numbers and a Note on Pre-Assigned Journal Numbers. M.L. Keeney. March 1974. | | Make_SSH_Do_More Tips and tricks for SSH users and administrators. | | Simple_DNS_Plus Free trial version, screenshots, client testimonials, FAQ, tutorials. Also provides a Web-based DNS lookup tool.[Windows] | | Localpics_com Screen savers featuring artists, celebrities, places, movies, and TV shows. | | XL_Ads A classifed ads software for Apache/PHP/Linux environment with MySQL database back-end. By AnServ. [Commercial] | | BlueDragon An alternative to ColdFusion, BlueDragon offers CFMX 6.1 CFML compatibility and options to deploy on J2EE and .NET, as well as advantages that solvie problems long suffered by CFML developers. | | RFC_0896 Congestion Control in IP/TCP Internetworks. J. Nagle. January 1984. | | SnapMail Peer-to-peer messaging and chat utility offers file transfer between Windows and Mac computer, reminder messages, templates, return receipt request, and built-in spell checker. OS X and OS 9, as well | | has_many__through By noted Rails programmer and speaker Josh Susser. Includes regular thoughts, tutorials, code snippets, meditations on RoR programming. | | Aiming_at_the_GPL? According to Mark Heise of Boies, Schiller, and Flexner; SCO outside law firm, GNU GPL, by which Linux kernel and much other code is licensed, is invalid due to being preempted by US copyright law. Fo | | 1by1 Small and fast directory player using Winamp input plugins with cue sheet and playlist support, from the same author as the editor mp3DirectCut. | | XML__MetaGenerator Collects user input, validates input and generates output in a number of ways based on the defined grammar. | | Gyula Propsoes a right-click menu utility and some tips. | | Liebersohn,_Israel Web developer. | | Compression_Quick Calculates engine compression ratio, using heads, gasket and engine block combinations. (Windows compliant) | | MEETin_org A community dedicated to providing a casual social environment. Members are encouraged to organize and participate in events in any given MEETin city. | | IniTyme DOS utility that is used to update windows INI files. Many conditionals supported. Runs IniTool and IniMan control files. For network supervisors who want to automatically change INI files under progr |
|
This is websites2007.org cache of m/ as retrieved on 2008.11.18 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Jos van Riswick - Vim macro page| INDEX |Top |Work |Vim page |Piano |Music |Forging |Fvwm themes | My Paintings |Vim macro pageUn useful macros for the text editor vim | What is vim? |Vimrc file |Screen shots |Other macro pages | A vim iconWhat is vim?Vim means Vi-improved. Vi is an editor, traditionallyused on UNIX platforms. The text-editor Vi is characterizedby it's compact size and fast performance. Also, Vi has acompletely keyboard-oriented user interface, i.e. allediting commands are available at your fingertips. AlthoughVi is a very powerful editing tool, it has someshortcomings. Bram Moolenaar introduced a so-called cloneof vi, called Vim, intended to overcome some of theshortcomings. Vim (version 5.3) now is supported on a largenumber of platforms, comes in a gui-version,has syntax highlighting for all civilized programminglanguages, and has a powerful built-in scriptinglanguage. Vim is freely available. Learn more about Vimand get information about download sites at the Vim home pagewww.vim.orgVimrc fileThe Vim-user is allowed to personalize the behavior of Vimby the use of a |_vimrc| resource file. Here customsettings can be defined, key mappings can be made, andfunctions that extend the functionality of vim can bedefined. It is also possible to include external .vim files.Have a look at the commented part of my vimrc file, whichcontains links to the included .vim files below.NEW: A tab-leaf setup editor, to edit your settingsand mappings. See |setup.vim| for more information.EVEN NEWER: A html parser for embedding vim functions in your html documents." " |Readme|TODOList|" " |array.vim| Functions for using arrays of strings." |arrays.vim| Store multiple arrays in one string. (ALPHA)" |arrayg.vim| Functions that operates on global strings. (ALPHA)" |bookmark.vim| Macros for bookmaking favorite files." |buffun.vim| Functions for buffer operations." |buflist.vim| Interactive buffer list." |comments.vim| Macros for commenting and uncommenting code." |compare.vim| Compare two files by synchronizing file position. (ALPHA)" |compile.vim| Compile programs in various languages." |convert.vim| Convert some files from dos to unix." |filebrws.vim| File browser with file-type coloring." |fold.vim| Use folding in Vim: hide and un-hide fragments of text." |ftpbrws.vim| Ftp browser: edit files on a remote ftp server. (Dos)" |fun.vim| General purpose functions." |funuse.vim| List functions from which a given function is called." |grep.vim| Grep a string and browse the hits." |guibufwn.vim| Buffer list menu, for use with gui menus." |hiarg.vim| Highlight argument list of c and vim functions." |htmlfun.vim| Functions for html editing." |inline.vim| Include files in a html file: make an 'inline function'." |josfix.vim| Quick-fix for Tex/Latex." |map.vim| Mappings." |ngbufwn.vim| Buffer list menu, for use with non-gui menus." |ngmenu.vim| Menu command for non-gui vim." |ph.vim| Simple html parser for vim." |settings.vim| Define settings here. (Use ,s to edit, see setup.vim)." |setup.vim| Use an interactive setup-editor." |strfun.vim| Functions for strings. (Partly obsolete)." |tab.vim| Aligning text, sort of a tab key." |tableaf.vim| Generate tab leafs using ASCII characters." |tags.vim| Make your own tag files." |txtfun.vim| Functions for operating on text. (Obsolete)" |userfun.vim| Generate syntax files for user-defined functions." Readme ---------------------------------------------------------- **Readme** "" Jos van Riswick Date: April 16th 1999" For use with vim 5.3+ for windows, dos or unix" For feedback email: josvanr@xs4all.nl" http://www.dse.nl/~josvanr http://www.xs4all.nl/~josvanr"" This file sources .vim files that contain mappings, settings, " functions and combinations of the three. The mappings available at " vim-startup, are defined in |map.vim|. General settings are defined" in |settings.vim|. Use ,s to edit this (see |setup.vim|)." " Other .vim files can be sourced at will, to add functionality." Note that some files contain dependencies, so sourcing those files" can cause other files to be sourced also. Most included files also" define additional mappings." " Todo list ------------------------------------------------------ **TODOList** " " * Rewrite the non-gui menu script ngmenu.vim, using the console" menu additions in vim-5.4l" * Make some useful menus and tool bar buttons for the gtk/win32" gui version, like a menu for setting compiler options" * Make file browser to emulate nc, or use tab leafs?" * Make a :help 'file' command, displaying help for a file." * Make a command to open multiple files (exist already?) to avoid " 'too many filenames' message. " * Modify bufferlist to accept numbers to go to buffer x" * Make bufferlist last file edited appear on top" * Comments: recognize max linewidth in comment box automatically " comment one line: use commentwidth. " * Make a clipboard interface (show contents of registers in a normal " window. " * Make a bookmarks script with directories of bookmarks/project files" * Script for drawing/removing a cadre around text Screen shotsFolding demonstration (non-java) (See fold.vim)Buffer list menu for gui vimBuffer list menu for non-gui vimNon-gui menusUser function highlightingHighlighting function argumentsInteractive setup editor using tab leafsPage statistics: Other interesting link: www.Stillevenschilders.nl www.JosVanRiswick.com| INDEX |Top |Work |Vim page |Piano |Music |Forging |Fvwm themes | |
|
| |
|
|
http://www.xs4all.nl/~josvanr/vim.html
Vim macro page - homepage of Jos Van Riswick 2008 November
dvd rental
dvd
Lots of vim macros
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Houses for Sale - Loans - Salvage cars - Personal Finance - Houses for Sale
|