Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some reasonable default configs for kernel images #35

Open
achimnol opened this issue Feb 11, 2017 · 3 comments
Open

Add some reasonable default configs for kernel images #35

achimnol opened this issue Feb 11, 2017 · 3 comments
Assignees
Labels
enhancement major Major issue to solve in current milestone.
Milestone

Comments

@achimnol
Copy link
Member

achimnol commented Feb 11, 2017

  • Shell
    • Uncomment set convert-meta off in /etc/inputrc to allow output of 8-bit characters
    • Run locale-gen en_US.UTF-8 and set LANG environment variable so that bash can handle multi-byte UTF-8 characters correctly. (e.g., backspace should delete each Unicode char like a single char.)
  • Vim
    • Add terminal encoding and indentations to /etc/vim/vimrc.local
    • Note: /etc/vim/vimrc and /usr/share/vim/vim74/debian.vim already has syntax highlighting, eol, nocompatible settings.

More to come.

achimnol added a commit that referenced this issue Feb 14, 2017
 * Adds LANG to allowed environment variable in sorna-jail.

 * Explicit initialize UTF-8 locale in Dockerfile.
@achimnol
Copy link
Member Author

achimnol commented Sep 7, 2017

Now all kernels use C.UTF-8 as the default locale, which does not require locale generation.

@inureyes inureyes added this to the 19.06 milestone Jun 10, 2019
@inureyes inureyes added the major Major issue to solve in current milestone. label Jun 10, 2019
@inureyes
Copy link
Member

@hephaex vim configuration part is missing. @achimnol , do you have any recommendation about vim configuration?

@hephaex
Copy link
Contributor

hephaex commented Jun 13, 2019

When Jupyter notebook, vim binding extension possible to convenient solution for vim users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement major Major issue to solve in current milestone.
Projects
None yet
Development

No branches or pull requests

3 participants