1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-29 07:50:56 +02:00
tmux-fingers/scripts
Jorge Morante bdb71ecc46 fix tmux-yank integration in windows
tmux-yank command wasn't working properly on windows because clip.exe
  binding is listed without quotes

  Windows:

    bind-key -T copy-mode-vi y                 send-keys -X copy-pipe-and-cancel clip.exe

  Linux:

    bind-key -T copy-mode-vi y                 send-keys -X copy-pipe-and-cancel "xclip -selection clipboard"
2019-01-07 14:23:25 +01:00
..
config.sh Add uuid to the default patterns list 2018-12-02 16:24:30 +00:00
debug.sh Improve performance with single-pass awk implementation 2016-08-21 17:57:09 +02:00
fingers.sh fix tmux-yank integration in windows 2019-01-07 14:23:25 +01:00
health-check.sh remove health-check from startup 2018-11-08 09:27:53 +01:00
help.sh add version to help screen 2017-04-23 19:04:55 +02:00
hinter.awk actually, rename conf theme envvars to @fingers-whatever-nocompact 2017-05-02 15:46:28 +02:00
hints.sh fix match lookup for POSIX sed 2018-03-11 00:22:42 +01:00
tmux-fingers.sh don't break tmux last-pane ( fixes #48 ) 2018-08-28 11:11:31 +02:00
utils.sh don't break tmux last-pane ( fixes #48 ) 2018-08-28 11:11:31 +02:00