sizur / maglev

:monorail: A Tmux theme made to work together with Bullet train

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maglev

A Tmux theme made to work together with Bullet train.

Screenshot

The annotated screenshot:

Installing

To install, just clone the repo and do make install

git clone git@github.com:caiogondim/maglev.git
cd maglev
make install

This Tmux theme was made to work with Bullet train ZSH theme.

Some dependencies:

Using

Navigation

  • prefix + h and prefix + C-h
    select pane on the left
  • prefix + j and prefix + C-j
    select pane below the current one
  • prefix + k and prefix + C-k
    select pane above
  • prefix + l and prefix + C-l
    select pane on the right

Resizing panes

  • prefix + shift + h
    resize current pane 5 cells to the left
  • prefix + shift + j
    resize 5 cells in the up direction
  • prefix + shift + k
    resize 5 cells in the down direction
  • prefix + shift + l
    resize 5 cells to the right

Splitting panes

  • prefix + |
    split current pane horizontally
  • prefix + -
    split current pane vertically

Copying

  • y - copy selection to system clipboard
  • Y (shift-y) - "put" selection - equivalent to copying a selection, and pasting it to the command line
  • Alt-y - performs both of the above: copy to system clipboard and put to command line (deprecated, not useful)

For customisation, use the ~/.tmux.conf.local file.

Credits

About

:monorail: A Tmux theme made to work together with Bullet train


Languages

Language:Shell 67.9%Language:Makefile 32.1%