Buradasın
Vi Text Editor Tutorial
data-skills.github.io/tutorials/vi_tutorial.htmlYapay zekadan makale özeti
- Basic Features
- Vi copies files into buffers for editing and viewing
- Files can be opened with vi command followed by filename
- Two modes: command mode for typing and insert mode for text
- ESC key returns to command mode
- Basic Editing
- i/a insert text before/after cursor
- d/dw/dd delete text
- r/~ replace single characters
- Multiple commands can be executed with integers
- Advanced Features
- Ex editor provides line-level editing capabilities
- Multiple files can be edited simultaneously
- Search and replace can be performed across multiple files
- Regular expressions and POSIX bracket expressions supported
- VIM Enhancements
- Syntax extensions for indentation control
- GUI interface and scripting capabilities
- Session context management in .viminfo file
- Transparent editing of compressed files
- Custom postprocessing routines available