GithubHelp home page GithubHelp logo

myvimrc's Introduction

myvimrc

我的vim配置文件

使用vundle

插件管理工具,我这里使用的是vundle

# 进入用户的家目录
$ cd ~
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 

# 如果之前有.vimrc文件,则备份
$ mv .vimrc .vimrc.backup

# 如果没有.vimrc文件,则新建一个
$ touch .vimrc

# 接下来编辑.vimrc文件
# .vimrc的内容就是此仓库里面的vimrc-v1等文件里的内容
$ cp -f vimrc-v1 ~/.vimrc

# vim配置文件.vimrc编辑结束之后
# 打开vim
# 执行命令——:PluginInstall
# 等待插件下载完成

vim configuration

键盘映射工具

使用vim的话,保不齐哪里就用到了键盘映射,比如将CapsLock键和ESC键互换。

这里我是使用了一个键盘映射工具——KeybMap,是从互联网上下载的一个工具

z了便于以后使用,就直接打包在这个仓库里面了。

myvimrc's People

Contributors

pelligit avatar

Watchers

James Cloos 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.