Revision | f4eb55cc00ef77bbfedb39ae229db9d1ec0e0484 (tree) |
---|---|
Time | 2023-02-10 07:41:50 |
Author | badcoff33 <none@none> |
Commiter | badcoff33 |
Dirvish to start
@@ -8,8 +8,8 @@ import zipfile | ||
8 | 8 | gh_dict = { |
9 | 9 | "https://github.com/yegappan/lsp/archive/refs/heads/main.zip": "pack/gh/start", |
10 | 10 | "https://github.com/mhinz/vim-signify/archive/refs/heads/master.zip": "pack/gh/start", |
11 | - "https://github.com/junegunn/vim-easy-align/archive/refs/heads/master.zip": "pack/gh/start", | |
12 | - "https://github.com/justinmk/vim-dirvish/archive/refs/heads/master.zip": "pack/gh/opt", | |
11 | + "https://github.com/junegunn/vim-easy-align/archive/refs/heads/master.zip": "pack/gh/opt", | |
12 | + "https://github.com/justinmk/vim-dirvish/archive/refs/heads/master.zip": "pack/gh/start", | |
13 | 13 | "https://github.com/lilydjwg/colorizer/archive/refs/heads/master.zip": "pack/gh/opt", |
14 | 14 | "https://github.com/liuchengxu/vista.vim/archive/refs/heads/master.zip": "pack/gh/opt", |
15 | 15 | } |
@@ -133,6 +133,7 @@ execute "set langmap+=\<Char-214>{" | ||
133 | 133 | " Switching modes |
134 | 134 | inoremap <k0> <Esc> |
135 | 135 | imap <Char-252> <Esc> |
136 | +nmap <Char-252> : | |
136 | 137 | |
137 | 138 | " Consistent cursor movement |
138 | 139 | noremap! <A-Left> <Home> |