Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pheuter/dotfiles
https://github.com/pheuter/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pheuter/dotfiles
- Owner: pheuter
- Created: 2020-11-25T21:25:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T13:32:11.000Z (4 months ago)
- Last Synced: 2024-10-12T23:13:24.333Z (3 months ago)
- Language: Lua
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Contains various configuration and init scripts that I use for local development.
## Additional
### Homebrew
| Package | Description |
| ----------------------- | ---------------------------- |
| fzf | CLI fuzzy finder |
| bat | Better `cat` |
| zsh-syntax-highlighting | Like in fsh |
| neovim | Vim-fork |
| direnv | Dynamic env var loading |
| diff-so-fancy | Better git diff |
| the_silver_searcher | Grep for code search and fzf |
| rg | Alternative to ag |## Vim shortcuts
| Shortcut | Description |
| --------------------------------------------------------------- | -------------------------------------------------- |
| ZZ | Write current file, if modified, and quit |
| ZQ | Quit without checking for changes |
| jk | Escape from insert and terminal modes |
| ci' | Change inside single quotes |
| ci{ | Change inside braces |
| ,z | Bring up zsh terminal in split view |
| ,p | Run Prettier on buffer |
| ,t | Toggle tree viewer |
| ,n | Find current file in tree viewer |
| ,f | Ack in all subdirectories |
| m | While selecting node in tree view to bring up menu |
| ,,s | Search for character |
| ,,w | Go to word |
| ,osfu | C# find usages |
| ,osfi | C# find implementations |
| ,osca | C# code actions |
| ,os= | C# code format |
| ,osre | C# restart server |
| gd | C# go to definition |
| Ctrl + p | Bring up fuzzy file finder |
| Ctrl + b | Bring up fuzzy buffer finder |
| Ctrl + w , = | Resize split evenly |
| Ctrl + w , Ctrl + r | Swap split windows |
| :bd | Delete buffer |## Shell shortcuts
| Shortcut | Description |
| ------------------------------ | ------------------------------------------ |
| Ctrl + r | Search command history |
| Ctrl + t | Find file |
| Ctrl + f | Search file contents in all subdirectories |