Created
March 27, 2019 21:14
-
-
Save mklepaczewski/ee9c4cd85f678859c90844ef18ac8ceb to your computer and use it in GitHub Desktop.
Tmux copy - navigate with arrows and auto select trimmed line
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
bind -T copy-mode C-Up send-keys Up \; send -X back-to-indentation \; send -X begin-selection \; send -X end-of-line | |
bind -T copy-mode C-Down send-keys Down \; send -X back-to-indentation \; send -X begin-selection \; send -X end-of-line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment