diff --git a/README.md b/README.md index 5923f92..270c02d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ file: * `exports.zsh`: A file containing all exports not found in `zprofile`. * `initializations.zsh`: A file containing initialization code for various tasks such as RVM directories, pyenv, etc. * `ps1.zsh`: Defines the terminal prompt. +* `keybinds.zsh`: Defines keybinds. Easier than managing a dotfile for every different system you might try. + +## Special keybinds + +Caps lock will be mapped to escape using `xmodmap`. You may refer to `keybinds.zsh` for more detail. ## Supported Other Files @@ -28,4 +33,12 @@ to source both `git-completion.bash` and `git-completion.zsh` and adjust the scr ## Syntax Highlighting -If your ZSH version is greater than or equal to 4.11.3 fish-like syntax highlighting will be installed. \ No newline at end of file +If your ZSH version is greater than or equal to 4.11.3 fish-like syntax highlighting will be installed. + +## Generators + +You can generate a project for C using `cgen `. + +## Fun + +Typing `weather` into the command line will output your local weather to the terminal.