Compare commits
3 Commits
f64da797ce
...
119c751ea3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
119c751ea3 | ||
|
|
722352e607 | ||
|
|
e1d39feb7d |
@ -15,6 +15,7 @@ restore_from_adoption() {
|
|||||||
apply_dotfile bash
|
apply_dotfile bash
|
||||||
apply_dotfile sh
|
apply_dotfile sh
|
||||||
apply_dotfile readline
|
apply_dotfile readline
|
||||||
|
apply_dotfile screen
|
||||||
|
|
||||||
apply_dotfile vim
|
apply_dotfile vim
|
||||||
|
|
||||||
|
|||||||
@ -10,6 +10,7 @@ nix_packages=(
|
|||||||
"ranger"
|
"ranger"
|
||||||
"jq"
|
"jq"
|
||||||
"yq"
|
"yq"
|
||||||
|
"ruby"
|
||||||
|
|
||||||
# Neovim + Plugin dependencies
|
# Neovim + Plugin dependencies
|
||||||
"neovim"
|
"neovim"
|
||||||
|
|||||||
12
screen/.screenrc
Normal file
12
screen/.screenrc
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Extend scrollback buffer
|
||||||
|
defscrollback 100000
|
||||||
|
# Disable startup message
|
||||||
|
startup_message off
|
||||||
|
|
||||||
|
# Do not lock the screen
|
||||||
|
bind x
|
||||||
|
bind ^x
|
||||||
|
|
||||||
|
# Do not write a copy of screen out to disk
|
||||||
|
bind h
|
||||||
|
bind ^h
|
||||||
Loading…
x
Reference in New Issue
Block a user