Skip to content

muchasuerte/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config

configuration files

Vim

vimbootstrap.sh:
install vim vundle and vim plugin configuration files
vundle

vim-plugins:

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

vim-commands

  • <Leader> key is mapped to '' by default.

vertically/horizontal split windows

  • 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)

Grub Utils

  • 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.

About

configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published