From 9bb2a05a9b3505a11a8a661a86784cb5459bc685 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 12 Nov 2017 11:49:42 +0530 Subject: [PATCH] Update list of major features --- README.asciidoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 3ddad7e0c..78aebe5d4 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -49,7 +49,7 @@ image::https://travis-ci.org/kovidgoyal/kitty.svg?branch=master[Build status, li layouts without needing to use an extra program like tmux * Supports all modern terminal features: graphics (images), unicode, -true-color, mouse protocol, focus tracking, bracketed paste and so on. +true-color, OpenType ligatures, mouse protocol, focus tracking, bracketed paste and so on. * Supports startup sessions which allow you to specify the window/tab layout, working directories and programs to run on startup. @@ -62,8 +62,10 @@ latency. it uses only OpenGL for rendering, it should be trivial to port to other platforms. -* Allows you to view the scrollback buffer in a separate window using your -favorite pager program such as less +* Allows you to open the scrollback buffer and window contents in a separate +window using arbitrary programs of your choice. This is useful for browsing +the history comfortably in a pager or editor and also for doing things like +opening URLs using only the keyboard. * Easily hackable (UI layer written in python, inner loops in C for speed). Less than fifteen thousand lines of code.