summaryrefslogtreecommitdiff
path: root/.vimrc
AgeCommit message (Collapse)Author
2021-08-08Update a bunch of stuffDanny Holman
Update the SSH configs, Neomutt, Vim, Xorg
2021-04-13UpdatesDanny Holman
2021-03-17vim: ignore *.d filesDanny Holman
Ignore files with the *.d extension; these are generated by GCC.
2021-03-14vim: remove qq commandDanny Holman
2021-02-05UpdatesDanny Holman
2020-10-26General updatesDanny Holman
2020-06-16Remove powerline configsDanny Holman
Remove the configuration options for powerline. I use framework-free zsh and vim now.
2020-04-17General updatesDanny Holman
Update everything in this folder to be current with my setup.
2019-11-07Regular updateDanny Holman
2019-05-28Added Tagbar plugin support to VimDanny Holman
Added support for Tagbar, a Vim-plugin that uses ctags to give a bird's eye view of the project from a file.
2019-05-27Changed vim config to be more project-specificDanny Holman
Changed the indentation settings in Vim config to match my own coding style by default, but use Linux's when in the kernel directory.
2018-10-22Enabled powerline in vimDaniel Holman
2018-10-19Added powerline configs to zsh and vimDaniel Holman
2018-05-24Changed some keymaps and added X11 clipboard to .vimrcDaniel Holman
2018-04-10Made it a bit easier to reload/edit vim configDaniel Holman
Added special kepmaps to vim config to edit the vimrc file or source it if it changes.
2018-04-05General updatesDaniel Holman
Made significant updates to a bunch of files: -.zshrc environment vars and script sourcing in new file -.zshenv this is whehere the above went -.muttrc clarified the address line as well as password control -.ssh new directory for secure shell config files -.tmux.conf new file to control how tmux behaves -.config/i3/config i3wm configuration -.config/polybar/config topbar configuration -.config/termite/config terminal theming and other things
2018-03-11Added the config for airline status bar in .vimrcDaniel Holman
2017-03-08Changed my mind about the status lineDaniel Holman
Like the default much more
2017-02-14Added statusline stuffDaniel Holman
2016-12-05Initial commitDaniel Holman