justanoobcoder / st

My st (suckless/simple terminal) build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

st - simple/suckless terminal

st is a simple terminal implementation for X.

Patches

This is my custom st build. It contains these patches:

Installation

Edit config.mk file to match your local setup (st is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install st:

sudo make install clean

Uninstallation

To uninstall st, go to source code folder and run the following command:

sudo make uninstall

Basic keybindings

Key binding Action
Ctrl + Shift + c Copy selected text
Ctrl + Shift + v Paste copied text to terminal
Ctrl + Shift + Enter Open another terminal (same current working directory as the original terminal)
Ctrl + Up Zoom in
Ctrl + Down Zoom out
Ctrl + Wheel up Zoom in
Ctrl + Wheel down Zoom out
Shift + Up Scroll up
Shift + Down Scroll down
Wheel up Scroll up
Wheel down Scroll down
Shift + PageUp Fast scroll up
Shift + PageDown Fast scroll down

Configuration

The configuration of st is done by editing config.def.h file and (re)compiling the source code.

sudo make install clean

About

My st (suckless/simple terminal) build

License:MIT License


Languages

Language:C 97.2%Language:Roff 1.7%Language:Makefile 1.1%