mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-11-09 00:34:28 +01:00
New aliases and zellij config update
This commit is contained in:
parent
3aeb1c0dc2
commit
9aa890341c
@ -31,9 +31,9 @@ alias sslenz='ssh fm18b_sebaschi@slenzlinger.ch'
|
|||||||
|
|
||||||
# VU aliases
|
# VU aliases
|
||||||
|
|
||||||
alias vu='cd ~/para/education/vu'
|
alias vu='cd ~/para/area/education/vu/mscompsec'
|
||||||
alias ss='cd ~/para/education/vu/2024-s1-p1/ss'
|
alias ss='cd ~/para/area/education/vu/mscompsec/2024-s1-p1/ss'
|
||||||
alias plsps='cd ~/para/education/vu/2024-s1-p1/plsps'
|
alias plsps='cd ~/para/area/education/vu/mscompsec/2024-s1-p1/plsps'
|
||||||
|
|
||||||
alias ccat='pygmentize -g'
|
alias ccat='pygmentize -g'
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
keybinds {
|
keybinds {
|
||||||
normal {
|
normal {
|
||||||
// uncomment this and adjust key if using copy_on_select=false
|
// uncomment this and adjust key if using copy_on_select=false
|
||||||
// bind "Alt c" { Copy; }
|
bind "Alt c" { Copy; }
|
||||||
}
|
}
|
||||||
locked {
|
locked {
|
||||||
bind "Ctrl g" { SwitchToMode "Normal"; }
|
bind "Ctrl g" { SwitchToMode "Normal"; }
|
||||||
@ -307,7 +307,7 @@ plugins {
|
|||||||
// Examples:
|
// Examples:
|
||||||
//
|
//
|
||||||
// copy_command "xclip -selection clipboard" // x11
|
// copy_command "xclip -selection clipboard" // x11
|
||||||
// copy_command "wl-copy" // wayland
|
copy_command "wl-copy" // wayland
|
||||||
// copy_command "pbcopy" // osx
|
// copy_command "pbcopy" // osx
|
||||||
|
|
||||||
// Choose the destination for copied text
|
// Choose the destination for copied text
|
||||||
@ -317,12 +317,12 @@ plugins {
|
|||||||
// - system (default)
|
// - system (default)
|
||||||
// - primary
|
// - primary
|
||||||
//
|
//
|
||||||
// copy_clipboard "primary"
|
copy_clipboard "primary"
|
||||||
|
|
||||||
// Enable or disable automatic copy (and clear) of selection when releasing mouse
|
// Enable or disable automatic copy (and clear) of selection when releasing mouse
|
||||||
// Default: true
|
// Default: true
|
||||||
//
|
//
|
||||||
// copy_on_select false
|
copy_on_select false
|
||||||
|
|
||||||
// Path to the default editor to use to edit pane scrollbuffer
|
// Path to the default editor to use to edit pane scrollbuffer
|
||||||
// Default: $EDITOR or $VISUAL
|
// Default: $EDITOR or $VISUAL
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user