Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikaelm1/dotfiles

My dotfiles
https://github.com/mikaelm1/dotfiles

Last synced: about 1 month ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# My Dotfiles

# Vim Cheat Sheet

### Motion

- `a` = all
- `i` = in
- `t` = till
- `` = move screen up one line
- `` = move screen down one line
- `` = scroll down halp a page
- `` = scroll up half a page
- `H` = move cursor to top of page
- `M` = move cursor to middle of page
- `L` = move cursor to bottom of page

### Commands

- `d` = delete
- `y` = yank/copy
- `c` = delete then go into Insert mode

### NERDTree

- Show hidden files: `SHIFT i`
- Add file: open tree and type `m` then `a` to add a file