Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.08 KB

README.md

File metadata and controls

63 lines (48 loc) · 2.08 KB

dotfiles

zshrc, bashrc, vimrc and so on and so forth...

gnome-terminal

My eyes are getting old, so solarized-light it is... The color palette is default solarized, except for Palette Color 13 (which is used for directory entries). That has changed to #2B9CA9

zshrc

Features:

  • Multi-line box arrangement. If you like that sort of thing, this might be for you.
  • git branch indicator, including indicator for unmerged changes (still work in progress though)
  • battery indicator
  • Asynchronous updating: The prompt updates every second, whether you have entered a command or not. So the clock, battery status and git indicator are always up to date.

Demo of the ZSH prompt: ZSH Prompt Demo

Still images: ZSH Prompt Charged ZSH Prompt Discharging

Midnight Commander

Color Scheme

Adds dark colour scheme from Zoltan Puskas, blog post can be found here.

Screenshot: Midnight Commander Dark Colour Scheme

Vi Keybindings

Adds some Vim-like keybindings. In main file browsing mode:

  • h: Left (move to parent directory)
  • j: Down (move down in file list)
  • k: Up (move in file list)
  • l: Right (open dir)
  • shift-j: Page Down
  • shift-k: Page Up
  • shift-h: Toggle hidden files being displayed
  • shift-c: copy selected files
  • shift-m: move selected files
  • shift-d: delete selected files

In tree listing:

  • j: Down
  • k: Up
  • l: Enter (open directory)
  • h: Forget. Closes directory and removes it from tree; reopening the parent dir will make it appear again. Not absolutely optimal, but apparently there is no way to just close the subtree again.