ABAP-use Vim as the external editor of ABAP
Http://blog.gnolux.com/2010/03/15/vim_10031501.html
The ABAP editor in sapgui7 is very good, but I recently used the Ubuntu system, using the for Java GUI, which is extremely difficult to use. So I wonder if I can replace it with the editor I used to use? In fact, SAP cons
Haha, small series again, today, small series will introduce you to the powerful Vim editor on Linux. First of all, let us introduce what is the Vim editor. The Vim editor, also known as a text
Vi (vim) is a commonly used editor on Linux. by default, vi (vim) is installed in many Linux distributions ). There are many vi (vim) commands, but if they are used flexibly, the efficiency will be greatly improved. Vi is the abbreviation of visualinterface, and vim is viIMp
The vi Editor full name is Visual Interface, which is a visual interface, like Notepad in Windows, Vim is equivalent to an upgraded version of VI, which contains all the operations commands of VI, and what vim does with respect to VI:1, VIM support multi-level revocation2. Vim
-window functionIf the file is large, if you use ctrl+f or use ctr+m to scroll through the file is also very cumbersome, you can cut a file into the display of multiple windows, the command is: SP +filename where only: SP is only split the current file, if it is: sp+ FileName splits multiple files, moves between multiple windows, CTRL +W + J moves down, CTRL +w +K moves up, ctrl +w +q leaves the current window. Vim's Environment configuration: Set Nu Sets line number: Set Nonu Cancel line
the left5.4 Copy cut paste in general mode 1. Cut cursor line -- DD scissors Cut 5 lines ( cursor line and bottom 4 line 5 + DD 2. Copy cursor line -- yy copy 5 rows ( Cursor Line and the Next 4 lines ): 5 + yy 3. Paste to Cursor downlink Span style= "font-family: Microsoft Jacob Black, Microsoft Yahei; font-size:22px; Color:rgb (223, 64, 42); " > P 4. Paste to Cursor Upstream : Shift + P (uppercase P) 5. Delete cursor pre-character -- shift + X ( capital
Vim EditorText editor, word processorAsciiNano, SEDVi:visual InterfaceVim:vi improvedFull screen editor, modal editorThe options and meanings of VIM commandsOption Comment-C command executes the command command before editing the file -r filename recovery file filename-r filename to edit the file in read-only
Vim EditorText editor, word processorAsciiNano, SEDVi:visual InterfaceVim:vi Improved:vi the basics plus some useful pluginsFull screen editor, modal editorVim mode:Edit mode (Command mode)Input modeLast-line modeMode conversion:Edit--Input:I: In front of the character of the current cursor, switch to input mode;A: After the character of the current cursor, switc
http://blog.csdn.net/sharp_allen/article/details/27075133 ReprintSaid so much, in fact, there is less than a word, notepad-like editor, in each operating system has an editor, in Linux, such as Gedit Editor, very convenient. You can open this editor by tapping Gedit directly in the terminal. Save to desktop, name is Ge
current line the first Vivian is sky: S/vivian/sky/g replaces the current line all Vivian are sky: N, $s/vivian/sky/replaces the first Vivian of each row in the nth row to the last row is sky: N, $s/vivian/sky/g replace the nth line to the last row all Vivian are sky: s#/#\ all/replace the current line with this \. If the replacement is/all is not used/as the separator symbol.8. Find the C syntax error. 1. Vim.2. Copen.3. VSP A.C4. Make./A5. If there
/replaces the current line the first Vivian is sky: S/vivian/sky/g replaces the current line all Vivian are sky: N, $s/vivian/sky/replaces the first Vivian of each row in the nth row to the last row is sky: N, $s/vivian/sky/g replace the nth line to the last row all Vivian are sky: s#/#\ all/replace the current line with this \. If the replacement is/all is not used/as the separator symbol. 8. Find the C syntax error.1. Vim.2. Copen.3. VSP A.C4. Make.
In the Linux environment Editor has VI, VIM, gedit and so on. After entering these editors, to make it easier for us to need the editor to display the current line number, the editor will not display the line number by default. There are two ways we can solve this:The first is, manual display: Input in
Vim program editor
1. first introduce the VI Editor
VI is divided into three modes: general mode, edit mode, and command line mode.
Open the file and enter the normal mode.
When you press any letter of "I, I, O, O, a, a, R, R, press [ESC ].
In normal mode, enter ":,/,?". You can enter the command line mode.
2. Vim key
Vim (vimsual) is a universal full-screen editor in the Linux/unix series OS.Vim is divided into two states, that is, the command state and the editing state, in the command state, the type of character system is processed as a command, such as: Q for Exit, and the editing state is used to edit the text data. When you enter vim, the command state is entered first.
the bottom of the Vim editor [Noeol], [dos] meaning
Sometimes using Vim to open a file will be found at the bottom of the window [Noeol], [DOS] hint information:
1
"Hello-dos.txt" [Noeol][dos] 2L, 10C 1,1 all
What does the two symbols mean?
Intuitively, ' noeol ' is ' no end-of-line ', which means ' no end of line ', and a text
Linux Eighth session--------------------------------------------------------------------------------------------------------------- ------------------------------------42. VIM Basic ConceptVi:visual Interface, Text editorText editing type: line editor: sed, full screen editor: Nano, VIVim-vi improved, an upgraded version of the Vi editorOther editorsGedit A simpl
[Ctags/csags/project installation and use] Add new wings to the god editor vim, ctagsvim
Address of this Article
Sharing outline:
1. Install
2. Use cscope
3. Use project
1. Install
1.1) linux (installed in yum)
yum -y install cscope
1.2) linux (unbuntu installation)
sudo apt-get install cscope
1.3) installation on mac-- First install ctags: http://blog.sina.com.cn/s/blog_6b33a91301012fgw.html dow
not have any action on the character, you can exit directly: q! When using VIM to open a file and manipulate the characters, discard all operations to exit: Wq Save Exit: wq! Force-Save exit, take effect for Superuser and file owner9.vim ManualVimtutor Vim's Handbook: Q Exit VimtutorVim is a powerful editing software, today can only be explained to you these commonly used, I hope everyone in the future wor
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.