Giter Club home page Giter Club logo

dotfilesold's Introduction

dotfiles

My new dotfiles configuration on newly reinstalled MacBook Pro M1.

Keybinds

General

Undo: u Redo: Ctrl r

Movement

Left: h Down: j Up: k Right: l

Next word: w Previous word: b

End of line: $ Start of line: ^

First line in document: H Last line in document: G

Text Manipulation

Typing related

Insert before cursor: i Insert at start of line: I Insert after cursor: a Insert at end of line: A Add new line below cursor: o Add new line above cursor: O Replace single character: r Replace line: cc Replace to end of word: cw Replace to end of line: c$ Substitute character: s Subsitute line: S

Copying related

Yank/copy: y Yank line: yy Yank word: yw Yank to end of line: y$

Paste after cursor: p Paste before cursor: P

Delete/cut a line: dd Delete a word: dw Delete to end of line: D Delete character: x

Visual Mode

Enter visual mode: v Enter linewice visual mode: V Shift text left: < Shift text right: > Shift left by shiftwidth: << Shift right by shiftwidth: >> Auto-indent line: ==

Save & Exit

Save and quit: ZZ Quit without saving: ZQ Write/save: :w Quit: :q Write and quit: :wq Write and quit: :x Force quit without save: :q! Quit all vim buffers: :qa

dotfilesold's People

Contributors

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