Text Editor Evaluation

What is the most important shortcuts?

File mangement

Moving Around

Selection

Collapse

Copy and Paste

Completion

Undo

Search and Replace

Formatting

Buffer

Help

Vim tricks

Color schemes: Vibrant Inc, Vivid Chalk

Use Caps Lock as Escape

Make the remapping of keys in ~/.Xmodmap

remove Lock = Caps_Lock
keysym Caps_Lock = Escape

And then call this file from ~/.xinitrc

if [ -f ~/.Xmodmap ]; then
  xmodmap ~/.Xmodmap
fi

References

Vim