Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.42 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.42 KB

dotfiles

make install

backup original dotfiles to $HOME/.mydotfiles.backup and make symbolic links to this repo

make uninstall

restore original dotfiles from backup

VIM

Main

File Tree and buffers

  • leaderleader - scrooloose/nerdtree
  • ctrl+h - move left to left split
  • ctrl+l - move right to right split
  • ctrl+k - move up to top split
  • ctrl+j - move down to bottom split
  • leaderb - show buffer list jeetsukumaran/vim-buffergator
  • gb and gB to flip through the most-recently used buffer stack

Editing

42

I recommend

  • using bash as instructions say chsh -s /bin/bash
  • setting alias gcc='gcc -Wall -Wextra -Werror' and alias norminette='norminette -R CheckForbiddenSourceHeader' (check my .bash_aliases and .bashrc files)