Skip to content
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

Move the cursor to the beginning of the line with C-a #24

Open
LockeAG opened this issue Jul 28, 2019 · 0 comments
Open

Move the cursor to the beginning of the line with C-a #24

LockeAG opened this issue Jul 28, 2019 · 0 comments

Comments

@LockeAG
Copy link

LockeAG commented Jul 28, 2019

Well I think this change is needed so we can use the same key binding to go to the beggining of the line.

# Change prefix key to C-a, easier to type, same to "screen" 
set -g prefix C-a   
   unbind C-b                                                              
   bind-key C-a send-prefix

That would fix the option to move the cursor to the beginning of line, just by doing C-a C-a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant