dblume commited on 2022-03-11 17:15:47
Showing 1 changed files, with 1 additions and 0 deletions.
... | ... |
@@ -238,6 +238,7 @@ function! OpenInOtherWindow() |
238 | 238 |
endfunc |
239 | 239 |
|
240 | 240 |
nmap <silent> <leader>F :call OpenInOtherWindow()<cr> |
241 |
+nmap <silent> <leader>f :call OpenInOtherWindow()<cr> |
|
241 | 242 |
|
242 | 243 |
if has("autocmd") |
243 | 244 |
autocmd! BufWritePost .vimrc source % " re-source this file when saved. |
244 | 245 |