This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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; |