old-st

[ARCHIVED] my build of st
git clone git://git.ckyln.com/~cem/old-st.git
Log | Files | Refs | README | LICENSE

README.md (851B)


      1 # Cem Keylan's fork of suckless.org's simple terminal
      2 
      3 ## Features and Patches
      4 Dracula Theme
      5 Solarized Light Theme
      6 Scrollback
      7 externalpipe (having some issues atm)
      8 alpha
      9 
     10 ## Keybindings
     11 
     12 ### Theme
     13 * F6 to switch theme
     14 
     15 ### Zoom
     16 * Meta+Shift+J to zoom in
     17 * Meta+Shift+K to zoom out
     18 * Meta+Shift+H to reset zoom
     19 
     20 ### Scroll
     21 * Ctrl+Shift+U to scroll up
     22 * Ctrl+Shift+D to scroll down
     23 
     24 ### External Pipe
     25 * Meta+Shift+O to open url
     26 * Meta+Shift+C to copy url
     27 * Ctrl+Shift+O to copy output (does not work unless you launch st from another st for some reason)
     28 * Ctrl+Shift+E to get the terminal screen on $EDITOR (broken)
     29 
     30 ## Installation
     31 
     32 ### Requirements
     33 + make
     34 + libxft
     35 
     36 Arch Users can use
     37 AUR: [st-ckyln-git](https://aur.archlinux.org/packages/st-ckyln-git/)
     38 
     39 You can also install it via
     40 ```
     41 git clone https://git.ckyln.com/st
     42 cd st
     43 sudo make install
     44 ```