Added global <F5>
This commit is contained in:
parent
a74637fa79
commit
49936dde31
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -616,6 +616,9 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype=<args> | au Bu
|
|||
" │ └──────────────────────┴─┤
|
||||
" └──────────────────────────┘
|
||||
|
||||
" --- F5 ---
|
||||
nnoremap <F5> :nnoremap <buffer> <F5>
|
||||
|
||||
let mapleader = "\\"
|
||||
|
||||
" --- Moving Between Buffers ---
|
||||
|
|
Loading…
Reference in a new issue