updates
This commit is contained in:
parent
758694ce58
commit
9c860bd1d3
4 changed files with 19 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -247,3 +247,6 @@ connections.db
|
|||
emacs/
|
||||
systemd/
|
||||
balenaEtcher/
|
||||
ParaView/
|
||||
VirtualBox/
|
||||
knfsshare
|
||||
|
|
|
@ -89,4 +89,4 @@
|
|||
eshell-mode-hook))
|
||||
(add-hook mode (lambda () (display-line-numbers-mode 0))))
|
||||
|
||||
(setq indent-guide-char ":")
|
||||
(after! org (plist-put org-format-latex-options :scale 3.2))
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
eshell ; the elisp shell that works everywhere
|
||||
;;shell ; simple shell REPL for Emacs
|
||||
;;term ; basic terminal emulator for Emacs
|
||||
;;vterm ; the best terminal emulation in Emacs
|
||||
vterm ; the best terminal emulation in Emacs
|
||||
|
||||
:checkers
|
||||
syntax ; tasing you for every semicolon you forget
|
||||
|
@ -161,7 +161,7 @@
|
|||
;;qt ; the 'cutest' gui framework ever
|
||||
;;racket ; a DSL for DSLs
|
||||
;;raku ; the artist formerly known as perl6
|
||||
;;rest ; Emacs as a REST client
|
||||
rest ; Emacs as a REST client
|
||||
;;rst ; ReST in peace
|
||||
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||
;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
|
|
13
tmux/tmux.conf
Normal file
13
tmux/tmux.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
|
||||
bind -n M-1 select-window -t 1
|
||||
bind -n M-2 select-window -t 2
|
||||
bind -n M-3 select-window -t 3
|
||||
bind -n M-4 select-window -t 4
|
||||
bind -n M-5 select-window -t 5
|
||||
bind -n M-6 select-window -t 6
|
||||
bind -n M-7 select-window -t 7
|
||||
bind -n M-8 select-window -t 8
|
||||
bind -n M-9 select-window -t 9
|
||||
bind -n M-0 select-window -t 0
|
Loading…
Reference in a new issue