Giter VIP home page Giter VIP logo

myvim's Introduction

[提升vim版本] How to Install Vim 8.2 in Ubuntu 18.04, 16.04, 19.10 sudo add-apt-repository ppa:jonathonf/vim sudo apt update sudo apt install vim sudo apt install vim-gtk3 vim-nox

[初始化vim环境] mkdir -p $HOME/.vim/files mkdir -p $HOME/.vim/files/backup/ mkdir -p $HOME/.vim/files/swap/ mkdir -p $HOME/.vim/files/undo/ mkdir -p $HOME/.vim/files/info/viminfo

[vim项目之间跳转] .vimenv set tags+=/.cache/tags/home-Administrator-openwrt-libubox-.tags set tags+=/.cache/tags/home-Administrator-openwrt-ubus-.tags set tags+=/.cache/tags/home-Administrator-openwrt-libnl-tiny-.tags set tags+=/.cache/tags/home-Administrator-openwrt-uci-.tags set tags+=~/.cache/tags/home-Administrator-openwrt-json-c-0.12-.tagsAdministrator

[vim插件] :PlugInstall

[在指定范围上执行普通命令] A; 在行尾添加; 1,20 normal . 为第一行到第20行增加;

[合二为一] 将查找修改合二为一; ;表示查找.表示修改 f+ s -+- ;.

[gutentags] chmod -R +x ~/.vim/plugged/* gutentags: ctags job failed returned: 122

myvim's People

Contributors

wangfuli217 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.