If it is not server programming, why abandon all kinds of gui editing tools? Mainly want to use less mouse, mouse hand hu..
Tag : vim
It has been installed several times without success. Windows?..
Operating environment: Mac The system has not been reloaded. Opening any file will report such an error. The first picture is the report error, and the second picture is the content of the. vimrc file. There are too many lines in line 4…
Press V, shift and arrow keys to select several rows, and then press X to delete them. This deletion is not to delete the row selected by the cursor. How to delete the row selected by the cursor in vim (not gvim)? Dd can delete the row where the current cursor is located. To delete ..
Both of them have been used for several years. Each time I pick them up, I discard them for at most 1 or 2 months. Go back to windows: ( It is still unclear which is more worth learning.Let’s express our opinions:) The editor of god and the god of editors.If you are a god, ..
The Internet said: ctrl+w+Vertical Enlargement (Line Number Increase): ctrl+w-Vertical Shrinkage (Number of Rows Decreased) Among them, shrinking can be used, but expanding cannot be used all the time.Ctrl w (shift =) I didn’t press my four fingers I just want to map these two keys:nnoremap <leader>= <C-W>-Although the reduction can be pressed by hand, the ..
Modify several shortcut keys provided by vim Of course, Vim’s strength lies in its ability to customize various functions. Please search the search engine for “Vim Custom Shortcu..
As shown in the figure, I am using this plug-in, and what does another visual mode mean? Press cw to return to normal editing mode VIM introduces Visual mode. To select a paragraph of text, first move the cursor to the beginning of the paragraph, press V in normal mode to enter visual mode, and ..
Take this Flip [Left to Right to Left] fork Fork \ Bifurcation \ Fork \ Recut Convert to flip ; Flip [left to right to left] fork; Forks \ Bifurcations \ Forks \ Repetitions I use :%s/^\([ a-zA-Z]\+\)\([\U4E00-\U9FFF ]\+.\+\)\([ a-zA-Z]\+\)\([\U4E00-\U9FFF ]\+.\+\)$/\1; \2 \3; \4/g Now I think Flip [Left to Right to Left] fork Fork ..
1. As the topic description Edit the. vimrc file in the user directory. if there is no new one, write the following: set encoding=utf-8 set fileencodings=utf-8,chinese,latin-1 if has(“win32”) set fileencoding=chinese else set fileencoding=utf-8 endif “Resolve menu misprints source $VIMRUNTIME/delmenu.vim source $VIMRUNTIME/menu.vim “Solving consle Output Scrambling language messages zh_CN.utf-8 Then there is the most important, cmder ..
As described in the title, it only appears when html tags are entered.The goal is <svg width=”300″ height=”300″><svg> The result is <svg width=”300″ height=”300″> <svg> Problem solvingThere is a sentence in my vimrctw=2..
For example, when processing a text file with tens of thousands of lines, vim moves the cursor with obvious Caton, but sublime is smooth. What is the internal principle? Can vim be improved? Thank you very much! Vim default enable has too many functions, and many of these functions perform poorly under large files. such ..