文件操作 - dvorak.vim
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/vim/vim82/pack/dist/opt/dvorak/plugin/dvorak.vim
编辑文件内容
" When using a dvorak keyboard this file may be of help to you. " These mappings have been made by Lawrence Kesteloot <kesteloo@cs.unc.edu>. " What they do is that the most often used keys, like hjkl, are put in a more " easy to use position. " It may take some time to learn using this. if exists("g:loaded_dvorak_plugin") finish endif let g:loaded_dvorak_plugin = 1 " Key to go into dvorak mode: map ,d :runtime dvorak/enable.vim<CR> " Key to get out of dvorak mode: map ,q :runtime dvorak/disable.vim<CR>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件