Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
/ dotfiles Public archive

Arch Linux Lightweight Development Environment (Little Bit Out Of Date)

Notifications You must be signed in to change notification settings

erayaydin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch Linux Development Environment

Overview

Application Package
Window Manager i3
Panel polybar
Editor Vim
Shell Zsh
File Manager ranger
E-Mail Client mutt
IRC Client irssi

Vim

Plugin Manager: Plug Color Scheme: Neodark

| Lightline | Configurable Statusline | Github | Vim Multiple Cursors | Multiple Cursors like SublimeText | Github | | NERDTree | Tree Explorer | Github | EditorConfig | .editconfig Support | Github | Emmet | Emmet Support | Github | GitGutter | Show git diff in the gutter | Github | Syntastic | Syntax checker | Github | PHPComplete | PHP Autocomplete | Github

GitGutter

Commands:

  • Turn off with :GitGutterDisable
  • Turn on with :GitGutterEnable
  • Toggle with :GitGutterToggle
  • Sign on with :GitGutterSignsEnable
  • Sign off with :GitGutterSignsDisable
  • Sign toggle with :GitGutterSingsToggle
  • Line highlight on with :GitGutterLineHighlightsEnable
  • Line highlight off with :GitGutterLineHighlightsDisable
  • Line highlight toggle with :GitGutterLineHighlightsToggle

Keymaps:

  • ]+c - Jump to next change
  • [+c - Jump to prev change
  • \+h+s - Stage current change (on cursor)
  • \+h+u - Undo current change (on cursor)

Emmet

Type emmet code and Ctrl+y then , type

NERDTree

  • Ctrl+o opens NERDTree

Vim Multiple Cursors

Go to selection mode and select, start multiple cursors:

  • Ctrl+n start multicursor
    • Ctrl+n add new virtual cursor
    • Ctrl+x skip next match
    • Ctrl+p remove current virtual cursor
  • Esc exit back to regular Vim

About

Arch Linux Lightweight Development Environment (Little Bit Out Of Date)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published