diff vim-setup/.vimrc @ 173:827c6ac504cd hg-web

Merged in default here.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 18:59:10 -0800
parents 790930d9bb90
children
line wrap: on
line diff
--- a/vim-setup/.vimrc	Sat Jan 10 13:35:09 2026 -0800
+++ b/vim-setup/.vimrc	Mon Jan 19 18:59:10 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>