Skip to content

Commit

Permalink
🔨refactor:
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Oct 30, 2024
1 parent d70ed65 commit b960570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vim/autoload/vimrc/lazyload.vim
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Each nmap,xmap S <ScriptCmd>vimrc#sandwich#LazyLoad('S')<CR>
nm <C-p> <ScriptCmd>vimrc#ctrlp#LazyLoad()<CR><C-p>
nm s <ScriptCmd>vimrc#easymotion#LazyLoad()<CR>s
com! -nargs=* Fern vimrc#fern#LazyLoad(<q-args>)
nn <expr> <F1> $"\<Cmd>Fern . -reveal=% -opener=edit\<CR>"
nn <F1> <Cmd>Fern . -reveal=% -opener=edit<CR>
Enable g:rainbow_active
g:auto_cursorline_wait_ms = &ut
Each w,b,e,ge nnoremap {0} <Plug>(smartword-{0})
Expand Down
2 changes: 1 addition & 1 deletion src/.vim/autoload/vimrc/lazyload.src.vim
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Each nmap,xmap S <ScriptCmd>vimrc#sandwich#LazyLoad('S')<CR>
nmap <C-p> <ScriptCmd>vimrc#ctrlp#LazyLoad()<CR><C-p>
nmap s <ScriptCmd>vimrc#easymotion#LazyLoad()<CR>s
command! -nargs=* Fern vimrc#fern#LazyLoad(<q-args>)
nnoremap <expr> <F1> $"\<Cmd>Fern . -reveal=% -opener=edit\<CR>"
nnoremap <F1> <Cmd>Fern . -reveal=% -opener=edit<CR>
# }}}

# その他 {{{
Expand Down

0 comments on commit b960570

Please sign in to comment.