├── .gitignore ├── LICENSE ├── README.md ├── aerc.conf ├── aerc.sh ├── binds.conf └── mf.sh /.gitignore: -------------------------------------------------------------------------------- 1 | accounts.conf 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafo/aerc-vim/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafo/aerc-vim/HEAD/README.md -------------------------------------------------------------------------------- /aerc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafo/aerc-vim/HEAD/aerc.conf -------------------------------------------------------------------------------- /aerc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafo/aerc-vim/HEAD/aerc.sh -------------------------------------------------------------------------------- /binds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafo/aerc-vim/HEAD/binds.conf -------------------------------------------------------------------------------- /mf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafo/aerc-vim/HEAD/mf.sh --------------------------------------------------------------------------------