# HG changeset patch # User June Park # Date 1765936905 18000 # Node ID 92b097d70af4c9345bd2b6fb91fa7346fdc02c60 # Parent 636eab07809d13289ed9d01352602d06290ff907 Updated so that fzf works out of the box. diff -r 636eab07809d -r 92b097d70af4 vim-setup/.vimrc --- a/vim-setup/.vimrc Fri Dec 19 13:30:30 2025 -0800 +++ b/vim-setup/.vimrc Tue Dec 16 21:01:45 2025 -0500 @@ -59,6 +59,9 @@ nnoremap y "+y vnoremap y "+y +" FZF +" Add fzf to runtimepath +set rtp += ~/.fzf " ff: Fuzzy file search nnoremap ff :Files