No description
The current keybinding was set to kill the buffer that was causing an issue when there was a spit of the same buffers and you wanted to close one. If your were in this situation them the buffer would be deleted and both of the windows would close. This is not what I want from the "delete window" command, the expected behaviour is to close the one window and leave the other window. This is what `evil-window-delete` dose. This prevents the buffer from getting deleted and if it is the last buffer emacs would then close. |
||
|---|---|---|
| data | ||
| manifests | ||
| scripts | ||
| site-modules | ||
| .gitignore | ||
| bolt-project.yaml | ||
| bolt.yaml | ||
| hiera.yaml | ||
| Puppetfile | ||
| README.md | ||
Install Unix
Warning this install will override any dotfiles and the full vim bundle directory!
git clone https://github.com/AdeAttwood/Dotfiles.git ~/.dotfiles
chmod +x ~/.dotfiles/install/install_unix.sh
~/.dotfiles/install/install_unix.sh
Install Windows
git clone https://github.com/AdeAttwood/Dotfiles.git %USERPROFILE%\_dotfiles
%homepath%\_dotfiles\install\install_win10.bat