comparison 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
comparison
equal deleted inserted replaced
152:7387eec8e7f8 153:790930d9bb90
93 nnoremap <silent> <leader>gr :call RipgrepCursor(expand('<cword>'))<CR> 93 nnoremap <silent> <leader>gr :call RipgrepCursor(expand('<cword>'))<CR>
94 94
95 " <leader>gr: Search selection (Visual) 95 " <leader>gr: Search selection (Visual)
96 vnoremap <silent> <leader>gr y:call RipgrepCursor(@@)<CR> 96 vnoremap <silent> <leader>gr y:call RipgrepCursor(@@)<CR>
97 97
98 " ctag open in preview
98 nnoremap <leader>gd <C-w>} 99 nnoremap <leader>gd <C-w>}
100
101 " ctag open
99 nnoremap <leader>gD <C-]> 102 nnoremap <leader>gD <C-]>
103
104 " No highlight
105 nnoremap <leader>nh :noh<CR>
106
107 " Search Files
108 inoremap <C-f> <C-x>
109
100 110
101 " Open man in vim 111 " Open man in vim
102 noremap <c-k> :h <cword><cr> 112 noremap <c-k> :h <cword><cr>
103 113
104 " vim wiki 114 " vim wiki