aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-05-13 15:54:53 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-05-25 16:10:16 +0200
commit1bad956633860ff6ea5c0ce709e7e1947b05517f (patch)
tree748075d56e7913fb48690f854beadbf6064573cf /doc_src
parent2f51088bfb950ab0edcc53668c74e7fb6c58613f (diff)
docs: Remove section about clipboard integration
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in3
1 files changed, 0 insertions, 3 deletions
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.