Compare commits
2 Commits
19ec820674
...
b670384b0b
Author | SHA1 | Date | |
---|---|---|---|
b670384b0b | |||
7507ced110 |
@ -2,3 +2,4 @@ alias nmtui eat "tmux -c nmtui"
|
||||
alias clear clear-scrollback
|
||||
alias cat dat $*
|
||||
alias catimg dat $*
|
||||
alias neofetch hyfetch $*
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2023 mir
|
||||
|
||||
;; Author: mir <mir@mirmarq42.xyz>
|
||||
;; Author: mir <mir@marq42.xyz>
|
||||
;; Keywords:
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
@ -54,7 +54,11 @@
|
||||
(quote undo-redo)
|
||||
(quote undo-fu)))
|
||||
:init (evil-mode t)
|
||||
:config (mir/evil-config))
|
||||
:config (mir/evil-config)
|
||||
(advice-add #'evil-line-move :around
|
||||
(lambda (orig &rest args)
|
||||
(ignore-errors
|
||||
(apply orig args)))))
|
||||
(use-package evil-collection
|
||||
:after evil
|
||||
:diminish evil-collection-unimpaired-mode
|
||||
|
Loading…
Reference in New Issue
Block a user