Dotfiles/site-modules/core/files
Ade Attwood 4b71e6bc0e fix(emacs): change window delete keybinding wd
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.
2021-05-16 20:00:59 +01:00
..
bin feat(git): update merge-to to rebase onto target branch 2021-03-16 20:18:15 +00:00
emacs fix(emacs): change window delete keybinding wd 2021-05-16 20:00:59 +01:00
fonts refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
oh-my-zsh feat(zsh): add "git add -p" alias 2021-04-30 20:51:09 +01:00
scripts refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
vim refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
vscode improvement(code): remove line numbers and add defaultFormatter 2020-11-22 21:09:34 +00:00
alacritty.yml feat(term): add alacritty and base16 colours 2020-09-20 21:13:11 +01:00
tmux.conf feat(emacs): make emacs open file to a line like a normal editor 2020-11-04 20:15:44 +00:00
zshrc fix(zsh): set the BAT_THEME variable to theme bat cli tool 2021-04-30 20:46:58 +01:00