Giter VIP home page Giter VIP logo

nvim's Introduction

nvim

120 - (145/328)

Useful default vim things I didn't know about:

:ls = list buffers :pwd = print working directory

Normal mode: ; = repeat last f, F, t, or T , = repeat last f, F, t, or T in opposite direction g~ = Toggle case gu = lower case gU = upper case gv = reselect last visual selection . = Location of last change ^ = Location of last insertion

Insert mode: = delete word = delete back to start of line {register} = paste from register = = insert expression register (calculator)

Insert normal mode: = go to normal mode for one command

Visual mode: o = move to other end of selection

Windows: :on[ly] = o = close all other windows

Saving in nvim with root: :w !sudo te


As a general rule, we could say that the d{motion} command tends to work well with aw,as, and ap, whereas the c{motion}command works better withiw and similar.

nvim's People

Contributors

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