Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility.
Go to file
2018-01-18 19:17:13 -07:00
patches Update readme with details about patches 2017-01-29 21:59:15 -08:00
.travis.yml Enable travis build 2017-01-30 20:14:38 -08:00
arg.h arg.h: fixed argv checks order 2016-02-21 17:21:41 +01:00
config.def.h formatting 2018-01-18 19:17:13 -07:00
config.mk 0.7 release 2016-08-11 16:25:58 +02:00
FAQ tic -s -> tic -sx (Treat unknown capabilities as user-defined.) 2016-11-14 19:05:47 +01:00
LEGACY LEGACY: typo. 2012-09-18 19:08:03 +02:00
LICENSE Update the LICENSE. 2016-08-11 16:30:29 +02:00
Makefile Clean generated config.h 2017-01-29 21:16:22 -08:00
README.md key bindings stated in README 2018-01-18 08:51:08 -07:00
st.1 st.1: add an entry for ISO-14755 shortcut 2016-10-22 10:43:18 +02:00
st.c Solarized support + switch with F6 2017-01-29 21:53:07 -08:00
st.info Add tmux capabilities to st.info 2016-11-14 19:05:11 +01:00
TODO Remove old TODO entry. 2015-04-13 17:06:11 +02:00

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