Skip to content

Instantly share code, notes, and snippets.

@alexrah
alexrah / MidnightCommander_keys
Last active October 23, 2022 13:07 — forked from sgergely/gist:3793166
Midnight Commander Hotkeys
----- Esc -----
Quick change directory: Esc + c
Quick change directory history: Esc + c and then Esc + h
Quick change directory previous entry: Esc + c and then Esc + p
Command line history: Esc + h
Command line previous command: Esc + p
View change: Esc + t (each time you do this shortcut a new directory view will appear)
Print current working directory in command line: Esc + a
Search/Go to directory in active panel: Esc + s / Ctrl + s then start typing directory name
Open same working directory in the inactive panel: Esc + i
#!/bin/bash
pastelVim='{
"Ansi 0 Color" = {
"Blue Component" = 0.1490200;
"Green Component" = 0.1490200;
"Red Component" = 0.1490200;
};
"Ansi 1 Color" = {
"Blue Component" = 0.3764706;