feat: clean kitty session and no relative numbers in vim
This commit is contained in:
parent
7bc72fb21b
commit
d93578f15f
3 changed files with 7 additions and 8 deletions
|
@ -1,17 +1,11 @@
|
||||||
new_tab Terminal
|
|
||||||
layout tall
|
layout tall
|
||||||
launch --title Terminal --cwd=~/Developpements
|
cd ~/Developpements/
|
||||||
#launch zsh -c tmux -f ~/.config/tmux/tmux.conf new-session -A -s Terminal
|
launch --title "Terminal" zsh
|
||||||
|
|
||||||
new_tab YesWiki Dev
|
new_tab YesWiki Dev
|
||||||
#layout fat:bias=80
|
|
||||||
cd ~/Developpements/yeswiki/
|
cd ~/Developpements/yeswiki/
|
||||||
launch --title "Editeur" nvim .
|
launch --title "Editeur" nvim .
|
||||||
|
|
||||||
new_tab YesWiki Log
|
new_tab YesWiki Log
|
||||||
cd ~/Developpements/yeswiki/
|
cd ~/Developpements/yeswiki/
|
||||||
launch --title "Console" symfony server:start
|
launch --title "Console" symfony server:start
|
||||||
#layout fat:bias=75
|
|
||||||
#cd ~/Musique/
|
|
||||||
#launch --title "Jukebox" --cwd=current nvlc --no-playlist-autostart .
|
|
||||||
#launch --title "Visualizer" --cwd=current catnip -d 'VLC media player (LibVLC 3.0.20)'
|
|
||||||
|
|
|
@ -6,3 +6,4 @@ opt.scrolloff = 8
|
||||||
opt.wrap = true
|
opt.wrap = true
|
||||||
opt.clipboard = "unnamedplus"
|
opt.clipboard = "unnamedplus"
|
||||||
opt.list = false
|
opt.list = false
|
||||||
|
opt.relativenumber = false
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
programs.fzf = {
|
||||||
|
fuzzyCompletion = true;
|
||||||
|
keybindings = true;
|
||||||
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
mpd.enable = true;
|
mpd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue