Mercurial
diff vim-setup/.vimrc @ 153:790930d9bb90
[PostDog] Adding websocket to be more usable.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sun, 11 Jan 2026 08:11:24 -0800 |
| parents | c37490913530 |
| children |
line wrap: on
line diff
--- a/vim-setup/.vimrc Sun Jan 11 07:47:05 2026 -0800 +++ b/vim-setup/.vimrc Sun Jan 11 08:11:24 2026 -0800 @@ -95,9 +95,19 @@ " <leader>gr: Search selection (Visual) vnoremap <silent> <leader>gr y:call RipgrepCursor(@@)<CR> +" ctag open in preview nnoremap <leader>gd <C-w>} + +" ctag open nnoremap <leader>gD <C-]> +" No highlight +nnoremap <leader>nh :noh<CR> + +" Search Files +inoremap <C-f> <C-x> + + " Open man in vim noremap <c-k> :h <cword><cr>