xyproto / dotfiles

:crystal_ball: A selection of configuration files I currently use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Applications

My current configuration for:

  • NeoViM
  • ZSH
  • Tig
  • Tmux

NeoViM

Some editor keybindings:

  • F2 : Sort selected list of words on a line
  • F8 : File list, see nerdtree for more info
  • F3-F7, F9-F12 : Change color scheme and font (tested with neovim-qt)
  • Backspace : Clear highlights after searching
  • ,ss : View jump locations in the text, press the red letters to jump there, see easymotion for more info
  • gcc : Comment toggle, see vim-commentary for more info

The editor configuration require that ~/.backup is present.

General info

License: MIT

About

:crystal_ball: A selection of configuration files I currently use

License:MIT License


Languages

Language:Vim Script 98.7%Language:Shell 1.3%