Useful SpaceVim shortcuts

  • s o: clear all other windows
  • Space F n: create new tab
  • g t: next tab
  • g T: previous tab
  • [0-9] g t: go to nth tab
  • Space p f: find file by names (with ctrlp)
  • Space p /: find file by content
  • s g: horizontal split
  • s v: vertical split
  • Space w h/j/k/l / Ctrl up/down/left/right: move between windows
  • F2: open tag bar
  • F3 / Space f t: open file tree
  • Space t t: open tab list
  • Space a s: start page
  • Space ': open terminal

Install SourceCodePro Mono Nerd Fonts

SpaceVim will automatically install patched version of SourceCodePro Mono Nerd Fonts (with glyph icons). Just select SourceCodePro Regular as the default font in terminal.

Manual install:

  1. Download latest release of SourceCodePro.tar.xz from Nerd Fonts release page.
  2. Decompress the font folder to /usr/local/share/fonts.
  3. Select SauceCodePro Nerd Font Mono Regular as the default font and set font size as 11 in the terminal.

References: