From b7d5b76aa012ff4be1ac97420b27dd6714cdcc2a Mon Sep 17 00:00:00 2001 From: TomyLobo Date: Mon, 30 Nov 2015 18:37:59 +0100 Subject: [PATCH] Fixed typos --- mouse.zsh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mouse.zsh b/mouse.zsh index 2be9611..883f417 100644 --- a/mouse.zsh +++ b/mouse.zsh @@ -21,7 +21,7 @@ # - X clipboard handling if xsel(1) or xclip(1) is available (see # note below). # -# addionnaly, if you are using xterm and don't want to use the mouse +# additionally, if you are using xterm and don't want to use the mouse # tracking system, you can map some button click events so that they # send \E[M^X[ where is the character 0x20 + (0, 1, 2) # , are the coordinate of the mouse pointer. This is usually done @@ -91,14 +91,14 @@ # xclip(1) or xsel(1) command is available, that text is put on the # clipboard. # -# If xsel or xlip is available, and $DISPLAY is set (and you're in a +# If xsel or xclip is available, and $DISPLAY is set (and you're in a # xterm-like terminal (even though that feature is terminal -# independant)), all the keys (actually widgets) that deal with zsh +# independent)), all the keys (actually widgets) that deal with zsh # cut buffer have been modified so that the X CLIPBOARD selection is # used. So , ... will put the killed region on the X # clipboard. vi mode "p" or emacs "" will paste the X CLIPBOARD # selection. Only the keys that delete one character are not affected -# (, , ). Additionnaly, the primary selection (what +# (, , ). Additionally, the primary selection (what # is mouse highlighted and that you paste with the middle button) is put # on the clipboard (and so made available to zsh) when you press # or or X (emacs mode) or X (vicmd @@ -129,7 +129,7 @@ # bugs: # - the GPM support was not much tested (was tested with gpm 1.19.6 on # a linux 2.6.9, AMD Athlon) -# - mouse positionning doesn't work properly in "vared" if a prompt +# - mouse positioning doesn't work properly in "vared" if a prompt # was provided (vared -p ) # # Todo: @@ -141,7 +141,7 @@ # # Changes: # v1.6 2011-09-15: added Copyright and License notice, no code change -# v1.5 2005-03-12: bug fixes (GPM now works again), xclip prefered over +# v1.5 2005-03-12: bug fixes (GPM now works again), xclip preferred over # xsel as xsel is bogus. # v1.4 2005-03-01: puts both words on the cut buffer # support for CUT_BUFFER0 via xprop.