thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

Add `--no-f11` flag #621

Closed Ma27 closed 6 years ago

Ma27 commented 6 years ago

In some cases you don't want to use F11 for fullscreen mode, e.g. when using weechat which uses F11/F12 to scroll in the list of participants in a chat buffer (see https://weechat.org/files/doc/stable/weechat_quickstart.en.html#key_bindings).

In such cases it should be possible to alias termite to termite --no-f11 or termite -f.

jelly commented 6 years ago

Not going to support this, the configure keybinding PR allows for disabling of keybindings I believe which would be a lot more maintainable then adding loads of flags. Se https://github.com/thestinger/termite/pull/617