Skip to content

Commit

Permalink
Use Ctrl-p instead of Ctrl-o
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswu committed Nov 3, 2020
1 parent 1e89d63 commit 18307d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cd ~/Downloads/; curl -o init.vim https://raw.githubusercontent.com/plentiform/g

![](gifs/nerdtree.gif)

- File search: <kbd>Ctrl</kbd>-`o`
- File search: <kbd>Ctrl</kbd>-`p`

![](gifs/fzf.gif)

Expand Down
2 changes: 1 addition & 1 deletion init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let g:UltiSnipsJumpBackwardTrigger="<c-k>"
"FILE SEARCH:
"------------
"allows FZF to open by pressing CTRL-F
map <C-o> :FZF<CR>
map <C-p> :FZF<CR>
"allow FZF to search hidden 'dot' files
let $FZF_DEFAULT_COMMAND = "find -L"

Expand Down

0 comments on commit 18307d0

Please sign in to comment.