GithubHelp home page GithubHelp logo

tmux-click-copy's Introduction

tmux_click_copy

This plugin rebind DoubleClick1Pane and TripleClick1Pane in the root and copy-mode key-tables with the default (when mouse on) with the addition to not stop the selection upon releasing the mouse and starting an async timer of 1.5 seconds to stop the selection and exit copy mode if it remains unaltered after the timer ends.

This enables to drag to extend the selection with double or triple click with the 'word-selection' and 'line-selection', but also does not leave the pane in copy mode if using just a double (or triple) click to select just the word or the line without dragging the mouse

Double & Triple click taken and modified from ideasman dotfiles with the addition of a bash script that after a timeout exits copy-mode if the selection has not changed

Usage

Install this plugin via the tmux plugin manager adding this to your tmux configuration file:

set -g @plugin "aless3/tmux-click-copy"

Send prefix+I to fetch and install the plugin and source it. The default timeout after which this plugin copies the selection and exits copy mode is 1.5s. You can modify setting the option @tcc_timeout before loading it like:

set -g @tcc_timeout 10
set -g @plugin "aless3/tmux-click-copy"

The shell script command used internally is stored also in the option @TCC_COMMAND, you can bind it at the end of your binding to further customize the behavior of this plugin.

tmux-click-copy's People

Contributors

aless3 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.