hl183

config.fish

Jul 15th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. set fish_greeting
  2. #FZF
  3. export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -g ""'
  4. export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND 2> /dev/null"
  5. #vi mode
  6. # fish_vi_key_bindings
  7. # function fish_user_key_bindings
  8. # bind -M insert jk "if commandline -P; commandline -f cancel; else; set fish_bind_mode default; commandline -f backward-char force-repaint; end"
  9. # end
  10. # Environment variables
  11. export RANGER_LOAD_DEFAULT_RC="FALSE"
Advertisement
Add Comment
Please, Sign In to add comment