Provides readline/emacs-ish bindings for text boxes in Minecraft.
Available mappings:
C-a = beginning-of-line
C-e = end-of-line
C-b = backward-char
C-f = forward-char
M-b = backward-word
M-f = forward-word
C-h = backward-delete-char
C-w = backward-delete-word
C-u = backward-delete-line
C-k = forward-delete-line
C-t = transpose-chars
M-t = transpose-words
M-c = capitalize-word
M-u = upcase-word
M-l = downcase-word
You'll be able to change these one day.
Copyright (C) 2017 Jack Stratton
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public Licenses along
with this program; if not, https://choosealicense.org has version 2 & 3