Configure the carried vim to IDE on pcDuino
[vc_row][vc_column][vc_column_text] With the development of science technology, the various editor function of graphical interface has been gradually perfected. In the progress of embedded development, sometimes we have to deal with the command line mode with our equipment. At this time a good character interface editor is very necessary to our work. Vim is a powerful editor. Today will configurate a normal vim into a comfortable ide step by step. [/vc_column_text][vc_tour][vc_tab title=”The simply process ” tab_id=”1393808649-1-44″][vc_column_text]Use the above chart as an example, The box surrounded by red is the main part of the configured vim. At he top of the line is browser buffer for the editing of many source file. Browser buffer can visually see which file we opened and switch to the file which we want to edit. The two red box on the left column, the smaller above is file browser, we can view the file under the current project and can view other directories and open some file just like a normal file browser. The lager below is browser tag, tag file is one of index file. The person who use Source insight under window environment will know that it is very helpful for us to know the whole code to jump straight to see some definition of a variable or function. We could achieve the jumper if we have the tags file generated by the vim plug-in ctags. Right is the main body of vim, he shows the current edit text content.[/vc_column_text][/vc_tab][vc_tab […]