Skip to content

edkolev/evil-expat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

evil-expat.el

Add extra evil ex commands, including:

  • :reverse reverse visually selected lines
  • :remove remove current file and its buffer
  • :rename NEW-PATH rename or move current file and its buffer
  • :colorscheme THEME change emacs color theme
  • :diff-orig get a diff of unsaved changes, like vim's common :DiffOrig
  • :gdiff BRANCH git-diff current file, requires magit and vdiff-magit
  • :gblame git-blame current file, requires magit
  • :gremove git remove current file, requires magit
  • :grename git move current file, requires magit
  • :gread BRANCH git checkout the file from BRANCH or master if not given, requires magit
  • :tyank copy range into tmux paste buffer, requires running under tmux
  • :tput paste from tmux paste buffer, requires running under tmux

Installation

(use-package evil-expat
  :ensure t
  ;; optional, defer loading until 1 second of inactivity,
  ;; hence not affecting emacs startup time
  :defer 1)

without use-package

M-x package-install RET evil-expat RET, then add in init.el:

(require 'evil-expat)

About

Extra evil ex commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published