[更新] 更换新的git地址,修复旧世界vim可能无法回退的问题

This commit is contained in:
寻觅(樊旭东) 2024-07-12 14:32:39 +08:00
parent cb1062ff89
commit 5b30214eb4
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
```bash
# 言灵安装命令, 请在命令行中执行如下命令
wget -q --show-progress http://yum.gdie.top:50200/LK/x && bash start.sh
wget -q --show-progress http://yum.gdie.top:50200/LK/x/raw/start.sh && bash start.sh
```
## 功能实现

View File

@ -75,3 +75,7 @@ noremap go :<C-U>Leaderf! rg --recall<CR>
" 标签栏
nnoremap <C-g> :TagbarToggle<CR>
" 修复旧世界可能无法使用回退键的问题
set backspace=indent,eol,start