Skip to content
/ maglev Public
forked from caiogondim/maglev

🚝 A Tmux theme made to work together with Bullet train

Notifications You must be signed in to change notification settings

sizur/maglev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🚝 A Tmux theme made to work together with Bullet train

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.9%
  • Makefile 32.1%