Skip to content

Commit

Permalink
Merge pull request #236 from joclement/next
Browse files Browse the repository at this point in the history
next
  • Loading branch information
joclement authored Nov 8, 2024
2 parents 2bb61b3 + 325a705 commit aac01fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,14 @@
path = vim/pack/plugins/start/tagbar
url = https://github.com/preservim/tagbar.git
[submodule "vim/pack/plugins/start/vim-colors-solarized"]
path = vim/pack/plugins/start/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
path = vim/pack/plugins/start/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/pack/plugins/start/codeium.vim"]
path = vim/pack/plugins/start/codeium.vim
url = https://github.com/Exafunction/codeium.vim.git
[submodule "vim/pack/plugins/opt/vim-shfmt"]
path = vim/pack/plugins/opt/vim-shfmt
url = https://github.com/z0mbix/vim-shfmt.git
[submodule "vim/pack/plugins/start/vim-go"]
path = vim/pack/plugins/start/vim-go
url = https://github.com/fatih/vim-go.git
1 change: 1 addition & 0 deletions vim/pack/plugins/start/vim-go
Submodule vim-go added at ac1fb9
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ set hlsearch
set incsearch
nnoremap <silent> <Space> :nohlsearch<Bar>:echo<CR>
"to search for visually selected text
" to search for visually selected text
vnoremap // y/<C-R>"<CR>
"find word under cursor and replace it something
" find word under cursor and replace it something
nnoremap <Leader>s :%s/\<<C-r><C-w>\>/
if executable('ag')
Expand Down

0 comments on commit aac01fe

Please sign in to comment.