diff options
author | Teddy Wing | 2023-03-19 05:21:40 +0100 |
---|---|---|
committer | Teddy Wing | 2023-03-19 19:52:34 +0100 |
commit | dde1eb51b366d3b8820c3eba0e0676db907ef4bd (patch) | |
tree | fa1fdba3d3e3b2c2cf7d547ebfc75167d59a0413 /bundle/insert-layout/plugin | |
parent | 744e5df5cbf66e6f7fcab7920de2eee12e3456cd (diff) | |
download | dotvim-dde1eb51b366d3b8820c3eba0e0676db907ef4bd.tar.bz2 |
insert-layout: Add comments for documentation
Diffstat (limited to 'bundle/insert-layout/plugin')
-rw-r--r-- | bundle/insert-layout/plugin/insert_layout.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bundle/insert-layout/plugin/insert_layout.vim b/bundle/insert-layout/plugin/insert_layout.vim index 62c27f5..f15878d 100644 --- a/bundle/insert-layout/plugin/insert_layout.vim +++ b/bundle/insert-layout/plugin/insert_layout.vim @@ -6,6 +6,11 @@ endif g:loaded_insert_layout = 1 +# insert-layout +# Set a different keyboard layout to use in insert mode. Allows a familiar +# layout to be used in narmal and other modes while being able to write in a +# different layout at the same time. + import autoload '../autoload/insert_layout.vim' command! -nargs=1 -complete=custom,insert_layout.Complete |