Compare commits

..

No commits in common. "83b9e92ca2badd6870352758a50c0da7b74892b9" and "ad00b2b04fba4a3ab7b2e4d07a51dfdd291a07a4" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -254,12 +254,6 @@ include "/usr/share/nano/*.nanorc"
##
## The following five functions are not bound to any key by default.
## You may wish to choose different keys than the ones suggested here.
## Custom bindings
# ctrl-s to save
# alt-c to copy highlighted text
# alt-x to cut highlighted text
# alt-v to paste text
bind ^S savefile main
bind M-C copytext main
bind M-X cut main

View File

@ -12,13 +12,6 @@
# See timesyncd.conf(5) for details.
[Time]
# Enter your desired NTP servers here. I'm in Canada so I like using:
# time.nrc.ca time.chu.nrc.ca
# Other great options are your local ntp.org pool. In Canada:
# 0.ca.pool.ntp.org 1.ca.pool.ntp.org 2.ca.pool.ntp.org 3.ca.pool.ntp.org
# You can find all ntp.org server pools at https://www.ntppool.org/zone/@ and
# then navigate to your closest region.
# I've set this file to use the 'universal' global pools by default
Servers=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org
Servers=time.nrc.ca time.chu.nrc.ca
#NTP=
#FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org