diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-22 20:07:27 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-22 20:07:27 +0100 |
commit | 960dfdab08f1aa8badd32cd854bb11ad4b9c8730 (patch) | |
tree | 1d19e97726500b83559123e374d7cb489d2bc27c /.config | |
parent | Update (diff) | |
download | dotfiles-bsd-960dfdab08f1aa8badd32cd854bb11ad4b9c8730.tar.gz dotfiles-bsd-960dfdab08f1aa8badd32cd854bb11ad4b9c8730.tar.bz2 dotfiles-bsd-960dfdab08f1aa8badd32cd854bb11ad4b9c8730.tar.xz dotfiles-bsd-960dfdab08f1aa8badd32cd854bb11ad4b9c8730.tar.zst dotfiles-bsd-960dfdab08f1aa8badd32cd854bb11ad4b9c8730.zip |
Not ideal but functional for now
Diffstat (limited to '')
-rw-r--r-- | .config/emacs/init.el | 2 | ||||
-rw-r--r-- | .config/lf/lfrc | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 50b5767..4c94bc3 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -41,7 +41,7 @@ '(jdee-db-spec-breakpoint-face-colors (cons "#1c1f2b" "#676E95")) '(objed-cursor-color "#ff5370") '(package-selected-packages - '(mutt-mode pacmacs gemini-mode org-evil glsl-mode vimrc-mode windresize evil evil-collection evil-leader evil-search-highlight-persist evil-mc evil-surround evil-ediff evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile projectile company company-box which-key magit undo-tree shell-pop treemacs treemacs-projectile treemacs-magit treemacs-evil autopair paredit rainbow-delimiters color-identifiers-mode ibuffer-vc ibuffer-projectile eyebrowse diff-hl fzf font-utils restart-emacs string-utils dired-icon kaolin-themes gruvbox-theme doom-themes spacemacs-theme doom-modeline dashboard org-superstar toc-org pdf-tools dockerfile-mode web-mode ssh sudo-ext vimish-fold bind-key all-the-icons all-the-icons-dired all-the-icons-ibuffer)) + '(go mutt-mode pacmacs gemini-mode org-evil glsl-mode vimrc-mode windresize evil evil-collection evil-leader evil-search-highlight-persist evil-mc evil-surround evil-ediff evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile projectile company company-box which-key magit undo-tree shell-pop treemacs treemacs-projectile treemacs-magit treemacs-evil autopair paredit rainbow-delimiters color-identifiers-mode ibuffer-vc ibuffer-projectile eyebrowse diff-hl fzf font-utils restart-emacs string-utils dired-icon kaolin-themes gruvbox-theme doom-themes spacemacs-theme doom-modeline dashboard org-superstar toc-org pdf-tools dockerfile-mode web-mode ssh sudo-ext vimish-fold bind-key all-the-icons all-the-icons-dired all-the-icons-ibuffer)) '(pdf-view-midnight-colors (cons "#EEFFFF" "#292D3E")) '(pos-tip-background-color "#2E2A29") '(pos-tip-foreground-color "#d4d4d6") diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 84a7bc3..8ccaf21 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -41,6 +41,7 @@ cmd open ${{ cmd mkdir $mkdir -p "$(echo $* | sed 's/ /\ /g')" cmd bulkrename $vidir $fx cmd showallpics $exa *.png *.jpg *.jpeg *.gif *.webp *.tif *.ico 2>/dev/null | sxiv -taib & +cmd newtermedit $EDITOR $fx map gr cd / map gm cd ~/hdd @@ -87,4 +88,5 @@ map <f-2> bulkrename map <c-e> down map <c-y> up map e $$EDITOR $fx -map E push :$$EDITOR<space> +map E $st -e $EDITOR $fx & +map <insert> push :$$EDITOR<space> |