-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support selecting text in git #206
Comments
You can always select text with the mouse. That behaviour has not changed at all. |
Hi it doesent work when I try to select to where I want to start for example exexex exeex exedx It dosent work I have to use the keybord to get there. |
Please describe the problem precisely. I cannot reproduce what was described, when I call Git Bash I can easily select text, copying it into the clipboard. |
When I try to click in somewhere in text to add a little bit more or remove a bit I carnt use mouse since the little key that shows when you are and where you writing shows it as where it was last located it doesent move. if you try for eample write a few examples in the commit for example git commit -a --amend then try click anywhere in the text to try and insert some more text without using keybord you carnt because it seems it wont move when the mouse clicks but moves when you clik the arrow keys on keybord. |
Ah, I think I understand. You want to move the cursor by clicking with the mouse. This is not possible if you use the MinTTY terminal, I think, but you can easily choose the ConHost terminal when installing Git to have Git Bash start in the same manner as Git for Windows 1.x' Git Bash. |
Oh ok why did It change to MinTTY in git v2 because what ever one was in git v1 was better. |
It sounds as if you need to change the editor to e.g. notepad++. I think @paladox is speaking about editing the commit message. |
Yes. but I also think this happens when you type a script like git add or something else. |
try setting
|
Comes up with error ( my path to it is program x86 but says error with ( |
What is the default editor in git version 1.9.5. Since the one in v2 isent as good as v1. |
…ost/auto-create-shared-cache Automatically create shared-cache directory if necessary
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
Hi please re add support for selecting text because now you have to use the arrow keys to go to selected text you either want to delete or add something. In git 1.9.5 selecting text with mouse was supported. You could select where to start writing. please re add it.
The text was updated successfully, but these errors were encountered: