Commit c6bc27f958ed74c983bea275cfbadd9febc3dc46

Quickly switch between to last window in tmux
Using a space key.
Author: xaizek
Author date (UTC): 2021-04-11 23:07
Committer name: xaizek
Committer date (UTC): 2021-04-11 23:07
Parent(s): 3e79c0d4dab4065de3a04998c6c146f9c781375f
Signing key: 99DC5E4DB05F6BE2
Tree: 65c522261d2852e68a1467e9c78b429e557cede5
File Lines added Lines deleted
tmux.conf 3 0
File tmux.conf changed (mode: 100644) (index b53670d..7da470c)
... ... bind-key J resize-pane -D 5
50 50 bind-key K resize-pane -U 5 bind-key K resize-pane -U 5
51 51 bind-key L resize-pane -R 5 bind-key L resize-pane -R 5
52 52
53 # toggle between two last visited windows
54 bind-key ' ' last-window
55
53 56 # configure borders colour scheme # configure borders colour scheme
54 57 set-option -g pane-border-bg black set-option -g pane-border-bg black
55 58 set-option -g pane-border-fg colour235 set-option -g pane-border-fg colour235
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master