Coder Social home page Coder Social logo

tmux.conf's Introduction

The ultimate tmux config file!!

Supports clipboard, vim, nesting managing, common navigation stuff, and more!

TLDR; copy tmux.conf to ~/.tmux.conf or execute ./cpconf (yeah im that loose). Tested in tmux 2.1

For direct system clipboard support, install xclip (apt install xclip in ubuntu), and for nice vim support, copy into your .vimrc:

if &term =~ '^screen'
    " tmux will send xterm-style keys when its xterm-keys option is on
    execute "set <xUp>=\e[1;*A"
    execute "set <xDown>=\e[1;*B"
    execute "set <xRight>=\e[1;*C"
    execute "set <xLeft>=\e[1;*D"
endif

If you want to change it, i recomend to edit tmux.genconf, then execute generate.js, your new tmux.conf is ready ^^.

tmux.genfile adds a simple #$tag syntax to detect-manage the conf sections or variables. On generate.js (node), the file and its main sections are joined.

The main reason to this was the need to unbind or bind sets of keys (f.e. nesting) confortably and fast for experimenting.

Key mapping

just read the end file for now :)

tmux.conf's People

Contributors

nicolasnarvaez avatar

Stargazers

 avatar

Watchers

 avatar  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.