Fixed global <F5>

This commit is contained in:
Talia 2018-09-22 12:33:27 +02:00
parent 49936dde31
commit 45f301f8d3

2
vimrc
View file

@ -617,7 +617,7 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype=<args> | au Bu
" └──────────────────────────┘
" --- F5 ---
nnoremap <F5> :nnoremap <buffer> <F5>
nnoremap <F5> :nnoremap <buffer> <F5> :
let mapleader = "\\"