Giter Site home page Giter Site logo

yuryalencar / vim-configuration Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 5 KB

This is an customized vim configuration to install using PlugInstall

Home Page: https://github.com/yuryalencar/vim-configuration

Vim Script 100.00%
vim vimrc vim-plugins vim-config

vim-configuration's Introduction

vim-configuration

go to /Users/[your-user]

cd /

create .vim folder in /Users/[your-user]

mkdir .vim

clone repository in /Users/[your-user]

git clone [email protected]:yuryalencar/vim-configuration.git

copy .vimrc.plug file to /Users/[your-user]

cp .vimrc.plug ..

copy .vimrc file to /Users/[your-user]

cp .vimrc ..

install plugins

vim
:PlugInstall

update plugins

vim
:PlugUpdate

Best Commands

GENERAL COMMANDS

obs.: you can merge commands described how normal mode with visual mode to affect several lines

cut line [NORMAL MODE]

dd

paste line [NORMAL MODE]

p

copy line [NORMAL MODE]

yy

go to end line [NORMAL MODE]

$

go to respective line [NORMAL MODE]

:[line-number]

undo actions [NORMAL MODE]

u

split you window vertically

:vsp [path/filename.extesion]

split you window horizontally

:sp [path/filename.extesion]

change view to right

CTRL + W
L

change view to left

CTRL + W
H

change view to up

CTRL + W
J

change view to up

CTRL + W
K

split selected window

CTRL + W
S

PLUGINS COMMANDS

open NerdTree [NORMAL MODE]

:NERDTree

vim-configuration's People

Contributors

yuryalencar avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.