diff --git a/.gitignore b/.gitignore index be2fad8..4031f28 100644 --- a/.gitignore +++ b/.gitignore @@ -247,3 +247,6 @@ connections.db emacs/ systemd/ balenaEtcher/ +ParaView/ +VirtualBox/ +knfsshare diff --git a/doom/config.el b/doom/config.el index 17f7030..cc28037 100644 --- a/doom/config.el +++ b/doom/config.el @@ -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)) diff --git a/doom/init.el b/doom/init.el index 8240823..d3abc1b 100644 --- a/doom/init.el +++ b/doom/init.el @@ -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() diff --git a/tmux/tmux.conf b/tmux/tmux.conf new file mode 100644 index 0000000..131b1f9 --- /dev/null +++ b/tmux/tmux.conf @@ -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