From 1bad956633860ff6ea5c0ce709e7e1947b05517f Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 13 May 2016 15:54:53 +0200 Subject: docs: Remove section about clipboard integration --- doc_src/index.hdr.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc_src') diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 9eb620a7..ee7fd825 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -1062,9 +1062,6 @@ Command mode is also known as normal mode. `fish` uses an Emacs style kill ring for copy and paste functionality. Use @key{Control,K} to cut from the current cursor position to the end of the line. The string that is cut (a.k.a. killed) is inserted into a linked list of kills, called the kill ring. To paste the latest value from the kill ring use @key{Control,Y}. After pasting, use @key{Alt,Y} to rotate to the previous kill. -If the environment variable `DISPLAY` is set and the `xsel` program is installed, `fish` will try to connect to the X Windows server specified by this variable, and use the clipboard on the X server for copying and pasting. - - \subsection history-search Searchable history After a command has been entered, it is inserted at the end of a history list. Any duplicate history items are automatically removed. By pressing the up and down keys, the user can search forwards and backwards in the history. If the current command line is not empty when starting a history search, only the commands containing the string entered into the command line are shown. -- cgit v1.2.3