Add a way to search for selected text in vim
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix
index ac5b66f..03eb00b 100644
--- a/src/apps/personal/vim.nix
+++ b/src/apps/personal/vim.nix
@@ -61,6 +61,8 @@
nmap <silent> <Leader>ff <Plug>(coc-codeaction)
nmap <Leader>fe <Cmd>CocCommand explorer<CR>
+ vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
+
set statusline=%t "tail of the filename
set statusline+=[%{strlen(&fenc)?&fenc:'none'}, "file encoding
set statusline+=%{&ff}] "file format