this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add ^c mapping

+2 -2
-1
fish/functions/fish_right_prompt.fish
··· 1 - /home/hauleth/.config/fin/agnoster/fish_right_prompt.fish
+2 -1
nvim/init.vim
··· 242 242 " Easier change and replace word 243 243 nnoremap c. *Ncgn 244 244 245 - noremap <leader>, :nohlsearch<CR> 245 + nnoremap <leader>, :nohlsearch<CR> 246 + nnoremap <C-c> <C-c>:nohlsearch<CR> 246 247 247 248 " Search for selection 248 249 vnoremap // y/<C-r>"<CR>