Go as a new language, development in full swing AH. However, there is not yet a mature IDE. This paper introduces the development environment of the go based on vim, which ensures the pleasure of vim while supporting the features of Go.1. Go
Transferred from: http://www.2cto.com/os/201203/122133.htmlMain command:zf-creating a collapsedzf20g--create collapse, collapse from current line to line 20thzfgg--creates a collapsed, collapsed from the current position to the file header, perfect
Vim Inside Display TAB key1, the document has the TAB key time, you are invisible. To show it:C code: Set list: Set list Now the TAB key is displayed as ^i, and $ is displayed at the end of each line so that you can find whitespace that may be
First, the configuration platformSystem: Xubuntu 14.04.1 32-bitVim:vim 7.4Plugin management: Plug-in management with VundleScope of application: Mainly used for C programming
Ii. preparatory work1. Install VIM-SYNTAX-GTK (highlight)sudo
I've always wondered how a good software like Vim doesn't have a detailed documentation.Again excellent, novice will not use is useless ah. Besides, who was born to be a veteran?Only that simple tutor?Although this tutor can be used, but as the "God
Vim and Emac are the most popular two text editing tools in the Linux world, focusing on learning one, tentatively using Vim as the Learning object. In this article, some basic operations will no longer be introduced, only the most commonly used
Command
Description
Memory methods
1. Move the cursor
B
Move backward to the beginning of the current/previous word
W
Move forward to the beginning of the next word
Save the following content as Darkslategrey.vim, and put it in the ~/.vim/colors directory."Vim Color File"maintainer:jiqing ()"create:2011-04-11"Last Change:2011-04-11"Cool Help Screens": he group-name": he highlight-groups": he cterm-colors"your
Note: The following actions are performed in the command state and do not enter the insert state.1. DeleteDD Delete a rowNDD deletes n rows starting at the current lineDW deletes a character starting with the current characterNDW Delete n characters
"VundleSetNocompatible"Be improved, requiredFileType off"Required"set the runtime path to include Vundle and initializeSetrtp+=~/.vim/bundle/vundle.vimcall vundle#begin ()"Alternatively, pass a path where vundle should install plugins"Call
Follow these two steps to use, before git did not install the command line, the old errorHttps://github.com/gmarik/Vundle.vim/wiki/Vundle-for-WindowsHttps://github.com/gmarik/Vundle.vimFind the plugin hereHttp://vim-scripts.org/vim/scripts.htmlWait,
Today I will share with you how to find and replace vim.
For example, there is an article. Chinese and English are not limited. If you want to find the text or words in the notepad of the win system, press Ctrl + F to query them.
In vim, you
This article is from svitter's blog
Was Vim used about a year ago? This is also an uncertain time. The specific time when Vim was used has been forgotten.It is still easy to use, but many things have not been carefully studied yet. The simplest
Vim-ctags-taglist-netrw
Vim ConfigurationIn ~ /. Configure the following content in the vimrc file, or perform global configuration in/etc/vim/vimrc. Common configurations are as follows:
syntax onset tabstop=4set nuset smartindentset cursorlineset
Linux vim, vi editor basics, linuxvimvi Editor
I didn't know why I had to learn vim and vi editors before. I just heard that this is important to linux.
First, let's explain why I want to learn this editor and understand my book.
The important work
Vim/Vi practical skills (version 2)Vim/Vi Practical Skills
1. Import files
: R [file name] # import to the currently edited File
For example, r/etc/inittab
The upper part of the file is the/etc/services file, and the lower part is the/etc/inittab
Common Vim/Vi operations (version 2) and vimvi Version 2
Colleagues around you are either using vim or Emacs. If you use ultraedit, you are embarrassed to say hello to others. What plug-ins are there? syntax highlighting and spelling check,
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.