Commit e0a73b2ba2d82d5315a3a864af63f05e4e7f3ce7

Switch to previous win on prefix+space in screen
Author: xaizek
Author date (UTC): 2018-11-12 15:10
Committer name: xaizek
Committer date (UTC): 2018-11-12 15:10
Parent(s): 6a8889da013c536a902a841e6417448f2cf62cfd
Signing key: 99DC5E4DB05F6BE2
Tree: 2838e4d9562d6910633c11560a4d1b9177611306
File Lines added Lines deleted
screenrc 3 0
File screenrc changed (mode: 100644) (index bdc8eb4..69e5f27)
... ... bind j focus down
117 117 bind k focus up bind k focus up
118 118 bind l focus right bind l focus right
119 119
120 # switch to previous window
121 bind ' ' other
122
120 123 # reload configuration file (note that this creates extra layout) # reload configuration file (note that this creates extra layout)
121 124 bind r source ~/.screenrc bind r source ~/.screenrc
122 125
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