configuration files
vimbootstrap.sh:
install vim vundle and vim plugin configuration files
vundle
-
Git wrapper
fugitive -
fork MiniBufExpl
MiniBufExpl -
Allows you to explore your filesystem
nerdtree -
A code-completion engine for Vim
YouCompleteMe
require plugin build:
~/.vim/bundle/YouCompleteMe$ ./install.sh --clang-completer
fix for ubuntu :
sudo ln -s /usr/lib/llvm-3.4/lib /usr/lib/llvm
sudo apt-get install libclang-3.4-dev
./install.sh --clang-completer --system-libclang
-
Syntax checking hacks for vim
syntastic -
A forked script for vim auto reloading of buffers when changed on disk.
vim-autoreadwatch -
Extended session management for Vim (:mksession on steroids)
vim-misc
vim-session
- <Leader> key is mapped to '' by default.
- Ctrl+W, S (upper case) for horizontal splitting
- Ctrl+W, v (lower case) for vertical splitting
- Ctrl+W, Q to close one
- Ctrl+W, Ctrl+W to switch between windows
- Ctrl+W, J (xor K, H, L) to switch to adjacent window (intuitively up, down, left, right)
- copy 60_isoboot to /etc/grub.d/60_isoboot
- chmod a+x /etc/grub.d/60_isoboot
- make dir /boot/images
- Then place your ISO in the directory /boot/images/
- Now just run "update-grub" and the ISO will automatically be added to the
GRUB boot menu, and you can boot from it directly from the GRUB boot menu.