Compare commits

..

3 Commits

Author SHA1 Message Date
anmiller 119c751ea3 More screen improvements 2024-07-16 17:17:45 +00:00
anmiller 722352e607 Add ruby by default 2024-07-16 17:13:30 +00:00
anmiller e1d39feb7d Extend default scrollback for screen 2024-07-16 17:13:15 +00:00
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ restore_from_adoption() {
apply_dotfile bash
apply_dotfile sh
apply_dotfile readline
apply_dotfile screen
apply_dotfile vim
+1
View File
@@ -10,6 +10,7 @@ nix_packages=(
"ranger"
"jq"
"yq"
"ruby"
# Neovim + Plugin dependencies
"neovim"
+12
View 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