Installation. Install LaTeX, Vim, LaTeXSuite, Subversion and XPDF.
aptitude install texlive-full
aptitude install vim-latexsuite
aptitude install subversion
aptitude install vim-gtk
aptitude install xpdf
Configuration.- Xmodmap. Swap the CapsLock and Control keys. Add the following to the file ~/.xmodmaprc.
Run xmodmap to implement the changes.! Swap Caps_Lock and Control_L
remove Lock = Caps_Lock
remove Control = Control_L
keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_Lxmodmap ~/.xmodmaprc
- Xpdf. Configure XPDF to use vi keybindings for navigation. Add the following to the file ~/.Xresouces.
Enable the changes with xrdb:xpdf.viKeys: true
xrdb ~/.Xresouces.
- Vim. Download my .vimrc and .gvimrc files.