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

How to Free Geany's CTRL-A/E? #1061

Open
sami10007 opened this issue Jun 9, 2016 · 5 comments
Open

How to Free Geany's CTRL-A/E? #1061

sami10007 opened this issue Jun 9, 2016 · 5 comments

Comments

@sami10007
Copy link

sami10007 commented Jun 9, 2016

I would like to use the default terminal keybindings. Geany's

  • CTRL-A select all
  • CTRL-E comment current line

I want defaults

  • CTRL-A go to the beginning of the line
  • CTRL-E go to the end of the line
  • CTRL-/ comment the line

One liner would be great to adjust these settings for future installations.

I moved the devel of Emacs keybindings here #1062

@b4n
Copy link
Member

b4n commented Jun 9, 2016

Override Geany keybindings setting is likely what you want, see https://www.geany.org/manual/#terminal-vte-preferences

@b4n
Copy link
Member

b4n commented Jun 9, 2016

And you of course can change the key bindings that currently use Ctrl+A (Selection/Select all) and Ctrl+E (Format/Comment/Uncomment line) in the preferences.

@sami10007
Copy link
Author

sami10007 commented Jun 9, 2016

Is there any terminal command to change those things? It would really save my time to configure the editor in many environments.

@elextr
Copy link
Member

elextr commented Jun 9, 2016

@sami10007 no, you have to change them in Geany, but they are saved so you only need to do it once.

@b4n
Copy link
Member

b4n commented Jun 9, 2016

And you can copy the configuration files over to different machines.

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

3 participants