diff --git a/.nanorc b/.nanorc new file mode 100644 index 0000000..40d76a7 --- /dev/null +++ b/.nanorc @@ -0,0 +1,5 @@ +# Restore pre-nano 8.0 keybindings +bind ^F forward main +bind ^B back main +bind M-F formatter main +bind M-B linter main diff --git a/configctl b/configctl index 1ed3962..bc10850 100755 --- a/configctl +++ b/configctl @@ -30,7 +30,7 @@ export POSIXLY_CORRECT= # VARIABLE DECLARATIONS -LINK_FILES=".bash_aliases .bash_logout .bash_profile .bashrc .byobu .emacs .gitconfig .gitignore .gitmodules .profile .reportbugrc .screenrc .selected_editor .zsh_favlist .zshrc.pre-oh-my-zsh bin .pam_environment .netscape .hgrc .zshrc .zprofile .offlineimaprc .gnus.el .caffrc .ispell_english .muttrc .msmtprc .dput.cf" +LINK_FILES=".bash_aliases .bash_logout .bash_profile .bashrc .byobu .emacs .gitconfig .gitignore .gitmodules .profile .reportbugrc .screenrc .selected_editor .zsh_favlist .zshrc.pre-oh-my-zsh bin .pam_environment .netscape .hgrc .zshrc .zprofile .offlineimaprc .gnus.el .caffrc .ispell_english .muttrc .msmtprc .dput.cf .nanorc" HARDLINKS=".pgpkey" ZSH_PRECOMPILE=".zshrc .zprofile antigen/antigen.zsh .oh-my-zsh/lib/*.zsh .oh-my-zsh/themes/*.zsh-theme .oh-my-zsh/plugins/*/*.zsh .oh-my-zsh/oh-my-zsh.sh" DIRS=".gnupg .ssh .aptitude .config .bin/bash_completion .bin/todo.txt-cli .bin/bin .emacs.d/lisp .todo .bazaar .local/share/applications .mutt"