From 9156f8b9798bfa3f2dca83ea28eb9267bcbd689d Mon Sep 17 00:00:00 2001 From: djairoh Date: Wed, 12 Nov 2025 17:00:12 +0100 Subject: [PATCH] rm: license+readme from one of the addons --- langtons-ant/LICENSE.md | 21 ---------------- langtons-ant/README.md | 55 ----------------------------------------- 2 files changed, 76 deletions(-) delete mode 100644 langtons-ant/LICENSE.md delete mode 100644 langtons-ant/README.md diff --git a/langtons-ant/LICENSE.md b/langtons-ant/LICENSE.md deleted file mode 100644 index 179dd21..0000000 --- a/langtons-ant/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 Joshua Najera - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/langtons-ant/README.md b/langtons-ant/README.md deleted file mode 100644 index 2eb7d3e..0000000 --- a/langtons-ant/README.md +++ /dev/null @@ -1,55 +0,0 @@ -VIM bindings for Godot 4 - -recently improved thanks to wenqiangwang -If you would like ctrl+F to be move-forward by page then uncomment the following line - -#"Ctrl+F": 1, ## Uncomment if you want Ctrl+F for move forward by page - -### Supported Mode - - - Normal mode - - Insert mode - - Visual mode - - Visual line mode - -### Supported motions - - h, l, j, k, +, - - ^, 0, $, | - H, L, M, - c-f, c-b, c-d, c-u, - G, gg - w, W, e, E, b, ge - %, f, F, t, T, ; - *, #, /, n, N - aw, a(, a{, a[, a", a' - iw, i(, i{, i[, i", i' - -### Supported operator - - c, C, - d, D, x, X, - y, Y, - u, U, ~ - -### Supported actions - - p, - u, c-r, - c-o, c-i, - za, zM, zR, - q, @, ., - >, < - m, ' - -### Override Default Godot Shortcuts with `godot-vim`'s ones - -Note that all non-ascii character mappings that are already mapped in the default Godot editor have to be unmapped from the Editor settings (Editor >> Editor Settings >> Shorcuts) before being usable with `godot-vim`. - -This currently goes for: - -- `Ctrl+R` -- `Ctrl+U` -- `Ctrl+D` - -See the full list of non-ascii shortucts that may already be mapped by Godot and thus wouldn't work in `godot-vim` before releasing them in Godot settings: https://github.com/joshnajera/godot-vim/blob/main/addons/godot-vim/godot-vim.gd#L135