runtime(keymaps): Add Azerbaijani keymap Commit: https://github.com/vim/vim/commit/f548ec46e4d8b01d2645ee9598e95fb2de268baa Author: Rasul Samadzade <rasul.samadz...@protonmail.com> Date: Sun Jun 15 16:33:35 2025 +0200
runtime(keymaps): Add Azerbaijani keymap closes: https://github.com/vim/vim/issues/17541 Signed-off-by: Rasul Samadzade <rasul.samadz...@protonmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/keymap/azerbaijani.vim b/runtime/keymap/azerbaijani.vim new file mode 100644 index 000000000..823a3ef9e --- /dev/null +++ b/runtime/keymap/azerbaijani.vim @@ -0,0 +1,28 @@ +" Vim keymap file for Azerbaijani language +" Maintainer: Rasul Samadzade <rasul.samadz...@protonmail.com> +" Last changed: 2025-06-13 + +let b:keymap_name = "az" + +loadkeymap +w ü +W Ü +[ ö +{ Ö +] ğ +} Ğ +; ı +: I +' ə +\" Ə +, ç +< Ç +. ş +> Ş +\/ . +? , +@ " +# Ⅶ +$ ; +^ : +& ? -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uQobX-000DLN-AA%40256bit.org.