mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: do not enable visual mode on right click in vim
This commit is contained in:
parent
cabc4f253d
commit
47647d4016
@ -378,5 +378,9 @@ RUN echo "$(opam env --root=/opt/opam --set-root)" >> /etc/skel/.bashrc
|
|||||||
# Cleanup
|
# Cleanup
|
||||||
RUN rm -rf /tmp/*
|
RUN rm -rf /tmp/*
|
||||||
|
|
||||||
|
# Do not enable visual mode on right click in vim
|
||||||
|
# https://github.com/vim/vim/issues/1326
|
||||||
|
RUN echo "set mouse-=a" >> /etc/vim/vimrc
|
||||||
|
|
||||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user