Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 265 Bytes

VIM

Personal .vimrc and plugin used for development

FZF

To enable red from history with Ctrl+P you need to do

export FZF_DEFAULT_OPTS="--history=$HOME/.fzf_history"

Reference: junegunn/fzf.vim#290 (comment)