My configuration for Neovim and Tmux
My configurations for Tmux and Neovim.
- MacOSX
- Mail - Mail application
- Apple Music - Apple Music Application
- Battery - Tmux Plugin Manager
- Shows battery status:
- background color changes depending on the battery percentage
- Shows battery percentage
- Shows '🔋' when on battery power, '⚡' when charging, or '👍' when charged
- shows different stages of shaded '🌕's for different percentages
- Like this: '🌕', '🌖', '🌖', '🌗', '🌗', '🌘', '🌘', '🌑'
- shows time remaining in battery
- Shows Apple Music song currently playing:
- Shows track name and artist name
- Shows number of unread mails you have
- All Mail and Apple music sections disappear when those applications are not in use:
- Date and time (24-hour format)
- Computer name
- I recommend installing Tmuxinator as it is a great tool.
By default the prefix key Ctrl + b
- Switch panes with arrow keys
<prefix>
and thenCtrl + c
to create a new session<prefix>
and thenCtrl + f
to find a session<prefix>
and then>
to swap current pane with the next one<prefix>
and then<
to swap current pane with the previous one<prefix>
and thenCtrl + h
to go to the previous window<prefix>
and thenCtrl + l
to go to the next window<prefix>
and thentab
to go to the last active window<prefix>
and thenenter
to enter copy mode<prefix>
and thenU
(uppercase) to show url view<prefix>
and thenr
to source the .tmux.conf
<prefix>
and thenl, h, k, or j
to move to the next pane to the right, left, up, or down, respectively.<prefix>
and thenL, H, K, or J
(uppercase) to resize a pane to the right, left, up, or down, respectively
- Make sure you have all of the Requirements.
- Download the .tmux.conf file and put it in you home directory.
- Download the
segments
directory and put it in in~/.tmux/
.
- Inspired by Tmux-Powerline
- Some Keyboard shortcuts inspired by https://github.com/gpakosz/.tmux
I am a 15-year-old budding programmer. This is my first public Github repo. Any feedback would be much appreciated! Please post your comments under the Discussions tab.