ahmadie
ahmadie
added feature to my fork feel free to copy ...
Using fzf with cd **(tab) Would trigger all possible paths in streaming manner.
maybe add wiki section for community like fzf and other libraries
Thanks !! the last link is very useful, learn by example is best for noobs like myself
``` set $MOUSE bindsym --input-device=$MOUSE --whole-window BTN_RIGHT seat - cursor press BTN_LEFT, seat - cursor release BTN_LEFT bindsym --input-device=$MOUSE --whole-window BTN_LEFT seat - cursor press BTN_RIGHT, seat - cursor release...
cannot figure out how to add className to `` as doing this > < ReactAutocomplete className="form-control"/> is not working for me on current version never mind this works →` inputProps={{...
would be great if wellle/targets.vim could be used as text objects !!
I was able to make work with following config :D `` let g:sandwich_no_default_key_mappings = 1 let g:textobj_sandwich_no_default_key_mappings = 1 call plug#begin('~/.vim/plugged') Plug 'machakann/vim-sandwich' Plug 'wellle/targets.vim' call plug#end() nmap sd (operator-sandwich-delete)A...