Compare commits

..

No commits in common. "119c751ea315800e93d70a844f35087bd70c6705" and "f64da797ce0f7da749bb68903d7d831c81674fde" have entirely different histories.

3 changed files with 0 additions and 14 deletions

View File

@ -15,7 +15,6 @@ 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

View File

@ -10,7 +10,6 @@ nix_packages=(
"ranger" "ranger"
"jq" "jq"
"yq" "yq"
"ruby"
# Neovim + Plugin dependencies # Neovim + Plugin dependencies
"neovim" "neovim"

View File

@ -1,12 +0,0 @@
# 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