ThaiDangFr / emacs-tmux-sublime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emacs
-----
systemctl --user enable --now emacs
systemctl start --user emacs

dans .bashrc
export EDITOR='emacsclient -t'
export VISUAL='emacsclient -t'

ln -s ~/checkout/emacs-tmux/emacsclient.desktop ~/.local/share/applications/
ln -s ~/checkout/emacs-tmux/.emacs ~


tmux
----
# https://doc.ubuntu-fr.org/tmux
# https://tao-of-tmux.readthedocs.io/en/latest/manuscript/09-status-bar.html
# https://rudra.dev/posts/a-mininal-tmux-configuration-from-scratch/

sudo dnf install xsel tmux tmux-powerline
ln -s ~/checkout/emacs-tmux/.tmux.conf ~
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
~/.tmux/plugins/tpm/bin/install_plugins

CTRL b + pageup ou [ : scroll mode (q) pour quitter
CTRL b + "/%         : split hori/vert
CTRL b + fleche      : changer de fenetre
CTRL b + CTRL fleche : redimentionner

# reinit tmux avec la conf
tmux source ~/.tmux.conf

About

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 99.2%Language:Shell 0.8%