Skip to content
/ vte Public
forked from GNOME/vte

Vte Terminal Widget With Better Debug Keybindings

License

Notifications You must be signed in to change notification settings

arprince/vte

 
 

Repository files navigation

Terminal With Better Debug Keybindings

Press shift + PgUp and shift + PgDn to skip between the lines where commands were last entered. This is great for debugging syntax errors in the terminal. No more scrolling up for days in order to find your error!

Install

Download files and store in folder in desired location

Unfortunatly, you need to install dev tools to get it running, so for ubuntu:

sudo apt-get install gtk-doc-tools autoconf libtool libglib2.0.dev intltool
libcogl-pango-dev libgtk-3-dev libpcre2-dev libgnutls28-dev
gobject-introspection libgirepository1.0-dev valac libxml2-utils
sudo ./autogen.sh
sudo make all
sudo make install

Reboot

Uninstall

Uninstall by downloading the vanilla vte terminal and following the above install steps in the vanilla terminal's folder.

Note

This feature is not maintained.

Scroll up by page and scroll down by page were removed to implement this feature

About

Vte Terminal Widget With Better Debug Keybindings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.6%
  • C 10.2%
  • M4 2.4%
  • Vala 1.8%
  • Makefile 1.4%
  • Shell 1.3%
  • Other 0.3%