Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikaelm1/dotfiles
My dotfiles
https://github.com/mikaelm1/dotfiles
Last synced: about 1 month ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/mikaelm1/dotfiles
- Owner: mikaelm1
- License: mit
- Created: 2017-11-24T00:31:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T16:00:13.000Z (about 4 years ago)
- Last Synced: 2024-11-11T17:48:39.601Z (3 months ago)
- Language: Vim script
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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