Skip to content

Commit

Permalink
✨feat: G%
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Dec 3, 2024
1 parent bb7d19d commit b66427e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vim/autoload/vimrc/lazyload.vim
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ nm ga <SID>(ToHead)a
nm gi <SID>(ToHead)i
no <Leader>ga ga
nm g% gi%
nm G% Gi%
if has('clipboard')
au vimrc FocusGained * @" = @+
au vimrc FocusLost * @+ = @"
Expand Down
1 change: 1 addition & 0 deletions src/.vim/autoload/vimrc/lazyload.src.vim
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ nmap ga <SID>(ToHead)a
nmap gi <SID>(ToHead)i
noremap <Leader>ga ga
nmap g% gi%
nmap G% Gi%
# }}}

# ------------------------------------------------------
Expand Down

0 comments on commit b66427e

Please sign in to comment.