Skip to content

Commit fd8b067

Browse files
committed
Restore nano's pre-8.0 keybinds
1 parent 6a0b3a1 commit fd8b067

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.nanorc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Restore pre-nano 8.0 keybindings
2+
bind ^F forward main
3+
bind ^B back main
4+
bind M-F formatter main
5+
bind M-B linter main

configctl

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export POSIXLY_CORRECT=
3030

3131
# VARIABLE DECLARATIONS
3232

33-
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"
33+
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"
3434
HARDLINKS=".pgpkey"
3535
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"
3636
DIRS=".gnupg .ssh .aptitude .config .bin/bash_completion .bin/todo.txt-cli .bin/bin .emacs.d/lisp .todo .bazaar .local/share/applications .mutt"

0 commit comments

Comments
 (0)