Skip to main content

Posts

Showing posts with the label Editor

VI Editor common operations

My commonly used vi shortcut keys: Command Action Notes Basic operations :q Quit VI This will exit VI editor :q! Force quit This will exit VI editor even if buffers are dirty :w Save current buffer Save currently active buffer :e <ENTER> Reload current buffer from file :e /path/to/file Load /path/to/file to a buffer General :set nowrap Don't wrap text :set number Show line number :set nu Show line number (short hand) :set nonumber Hide line number :set nu! Hide line number (short hand) Text Operations v Start Visual Mode(for copying) y Yank/copy selected text yy Copy line 2y Copy 2 lines from the cursor p Paste _after_ the current line P Paste _before_ the current line x Delete char under the cursor dw Delete the word under the cursor This will also delete the space after it 3dw Delete 3 words This will also delete the space after it dd Delete line Deletes the entire line Navigation 0 Jump to beginning of line $ Jump to end of line w (count)M

Text Editors - Windows

EmEditor ( link ): text editor is a lightweight, yet extendable, easy-to-use text editor for Windows. EmEditor is very customizable, and it supports Unicode and powerful macros. EmEditor now supports very large files - up to 248 GB or 2.1 billion lines! EmEditor is certified for Windows Vista! The x64 Edition is also available! The portable version is also available for USB drive setup! UltraEdit ( link ) is the ideal text, HTML and hex editor, and an advanced PHP, Perl, Java and JavaScript editor for programmers. UltraEdit is also an XML editor including a tree-style XML parser. An industry-award winner, UltraEdit supports disk-based 64-bit file handling (standard) on 32-bit Windows platforms (Windows 2000 and later). Download a free trial today and discover why UltraEdit is the defacto standard with over two million users worldwide. Zeus Lite Editor ( link ) : Zeus is a powerful, full featured programmers IDE designed specifically for the task of software development. Zeus is pa