simple
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Luke 8b29be268a fix of brainlet error, formatting fix too 7 years ago
patches Update readme with details about patches 8 years ago
.travis.yml Enable travis build 8 years ago
FAQ tic -s -> tic -sx (Treat unknown capabilities as user-defined.) 8 years ago
LEGACY LEGACY: typo. 13 years ago
LICENSE Update the LICENSE. 9 years ago
Makefile Clean generated config.h 8 years ago
README.md key bindings stated in README 7 years ago
TODO Remove old TODO entry. 10 years ago
arg.h arg.h: fixed argv checks order 9 years ago
config.def.h fix of brainlet error, formatting fix too 7 years ago
config.mk 0.7 release 9 years ago
st.1 st.1: add an entry for ISO-14755 shortcut 8 years ago
st.c Solarized support + switch with F6 8 years ago
st.info Add tmux capabilities to st.info 8 years ago

README.md

st - simple terminal

Forked from https://github.com/shiva/st for simplicity's sake, which is the suckless terminal (st) with some patches added:

  • copy to clipboard
  • solarized colors (light and dark toggleable)
  • vertcenter
  • scrollback with keyboard
  • scrollback with mouse

My additions

Right now, I've just made the default font the system "mono" at size 14, and I've remapped the key to toggle the light/dark color scheme to Alt-Tab. It originally was F6, which is too often mapped by some other program.

Terminal-specific mappings

  • Scroll through history -- Shift+PageUp/PageDown or Shift+Mouse wheel
  • Toggle light/dark mode -- Alt+Tab
  • Increase/decrease font size -- Shift+Alt+PageUp/PageDown
  • Return to default dont size -- Shift+Alt+Home
  • Paste -- Shift+Insert