Compare commits

...

2 Commits

Author SHA1 Message Date
Asif Bacchus 83b9e92ca2 Updated comments for custom key-bindings in nano 2018-08-24 18:52:07 -06:00
Asif Bacchus 0148f53bb5 Changed timesyncd pool config to global ntp pools by default 2018-08-24 18:49:23 -06:00
2 changed files with 14 additions and 1 deletions

View File

@ -254,6 +254,12 @@ 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,6 +12,13 @@
# See timesyncd.conf(5) for details.
[Time]
Servers=time.nrc.ca time.chu.nrc.ca
# 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
#NTP=
#FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org