On peut changer quelques raccourcis clavier de nano
en créant un fichier ~/.nanorc contenant,
par exemple :
# ~/.nanorc
# Modifie quelques touches raccourci de nano
bind ^Q exit all
bind ^S savefile main
bind ^W writeout main
bind ^O insert main
bind ^H help all
bind ^H exit help
bind ^F whereis all
bind ^G findnext all
bind ^B wherewas all
bind ^D findprevious all
bind ^R replace main
bind M-X flipnewbuffer all
bind ^X cut all
bind ^C copy main
bind ^V paste all
bind ^A mark main
unbind ^K main
unbind ^U all
unbind ^N main
unbind ^Y all
unbind M-J main
unbind M-T main
bind ^T gotoline main
bind ^T gotodir browser
bind ^Y speller main
bind M-U undo main
bind M-R redo main
bind ^U undo main
bind ^E redo main
Ce qui va donner :
[ Bienvenue dans nano. Pressez Ctrl+G pour un résumé des commandes. ]
^H Aide ^W Écrire ^F Chercher ^X Couper ^J Justifier F11 Pos. cur. ^U Annuler ^A Marquer M-] -> Crochet
^Q Quitter ^O Lire fich. ^R Remplacer ^V Coller ^Y Orthograp. ^T Aller ligne ^E Refaire ^C Copier ^B Retrouver
au lieu de :
[ Bienvenue dans nano. Pressez Ctrl+G pour un résumé des commandes. ]
^G Aide ^O Écrire ^W Chercher ^K Couper ^J Justifier ^C Pos. cur. M-U Annuler M-A Marquer M-] -> Crochet
^X Quitter ^R Lire fich. ^\ Remplacer ^U Coller ^T Orthograp. ^_ Aller ligne M-E Refaire M-6 Copier ^Q Retrouver
Voir :
man nanorc