A little essay on Linux

Source: Internet
Author: User
Tags sublime text

Feel free to write some things, also for later I might see ...

1. Vim installation, sudo apt-get install VIM-GTK, so vim is installed. Of course on my computer also appeared gvim, simple vim configuration (ETC/VIM/VIMRC):

"My Settings
Set number

"Do not use the VI default keyboard layout
Set nocompatible
Set Autoindent
Set Smartindent
Set Showmatch
The Display status line
Set ruler
Set tabstop=4
Set Cindent
Set Nobackup
"Share the Clipboard with Windows
Set clipboard+=unnamed
Set shiftwidth=4

If the authority is not enough, then su into the root user, in the switch to the VIM directory, chmod 777 VIMRC, at this time can happily edit.

2. Sublime Text3, a divine editor, the representative of the modern editor, different from the Vim,emacs keys obscure difficult to grasp, the personal feel vim is more than 10 years ago programmers love to use the Divine Editor, of course, now can use good VIM programmer also has many great gods. Configuration of Sublime Text3:

"Auto_close_tags": false,
"Auto_complete": true,
"Auto_match_enabled": true,
"Bold_folder_labels": true,
"Caret_style": "Smooth",
"Color_scheme": "Packages/theme-flatland/flatland dark.tmtheme",
"Font_size": 13,
"Font_face": "Dejavu Sans Mono",
"Font_options": ["Italic"],

"Highlight_line": false,
"Ignored_packages":
[
"Vintage"
],
"Open_files_in_new_window": false,
"Save_on_focus_lost": true,
"Show_encoding": true,
"Show_full_path": true,
"Tab_size": 4,
"Theme": "Soda Dark 3.sublime-theme",
"Update_check": false

3. I am very fond of the editor, start fast, small size, so the first two days to try a lot of mainstream editor, mainly looked at this link: https://www.slant.co/topics/12/~programming-text-editors, Will most have tried once, finally found Scite,brackets,vscode and other limited several relatively good, not only cross-platform and light and open source. Of course I still like sublime text most, although not open source. Sublime Text3 who knows with whom.

4. Terminal, system font still feel Dejavu Sans Mono, Italic good-looking, there is about the desktop beautify the Internet to search for good pictures, right-own settings for the desktop background options. The desktop background of the system itself is a few of the pictures that look really happy ...

5. For Linux most basic commands, LS displays the current directory under folder, CD. Return to Father directory, CD/return root directory, CD-back to the last directory, CD. Current directory, CD or CD ~ Returns the HOME/AAA directory, where AAA sets the name of Linux for you.

That's it.

A little essay on Linux

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.