-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: copy line binding never yanks newlines
This addresses a tmux/bash issue that occurs for commands with multiple lines. When 'C-e' is pressed in a command, this confuses tmux so newlines are yanked in copy-mode. When a user wants to line-yank multiple-line command he is better off when newlines aren't yanked. This commit reliably enables this. Fixes #13
- Loading branch information
Bruno Sutic
committed
Jun 29, 2014
1 parent
2fa5010
commit ea13a18
Showing
4 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters