The script setup your midnight commander for using standard CUA-like editor shortcuts: ctrl-c
(ctrl-insert
), ctrl-v
(shift-insert
) and so on. This shortcuts will work in the editor and also in the line edit fields. The script also adds integration with X11 clipboard - you can copy text from mc into system clipboard and vice versa. This should works for ssh sessions - you need install xclip
on remote system and enable X11 forwarding.
xclip
- runtime dependency, required for X11 clipboard integration.crudini
- setup-time dependency, required for mc config (ini-files) patching.
- Install
xclip
andcrudini
packages. - Close all
mc
instances. - Run
setup.sh
and wait for the finish. - Run
mc
:)
Keyboard shortcuts used in the script may not work on your system for a number of reasons. On my neon system with konsole
terminal emulator everything works well.
Copyright (c) 2018 - present, Anton Anikin [email protected]
MIT License, see http://opensource.org/licenses/MIT