diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-03-20 19:26:19 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-03-20 19:26:19 +0100 |
| commit | e955a03b47164e29687b13502a58558801987930 (patch) | |
| tree | 3bbbbb9007cb256e7d94436696c0865a1480a1d1 /cfg/.vimrc | |
| parent | a2b0456f3688652ff86f07e707da0fc8f2d762d5 (diff) | |
updatez
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/.vimrc')
| -rw-r--r-- | cfg/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ set fileformat=unix set mouse= " for firenvim set guifont=Comic\ Mono:h12 +:command! Nobg hi Normal guibg=NONE ctermbg=NONE +let mapleader = "," +vnoremap <leader>/ :<C-U>s/^/\/\/ /<CR>:nohl<CR><esc> "add time at the right of status bar thing set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %P\ %{strftime(\"%Y年%m月%d日\ %H時%M分%S秒\")} |