tmux
This commit is contained in:
@@ -150,7 +150,7 @@ in
|
||||
|
||||
${lib.optionalString cfg.workMode ''
|
||||
bind C-s display-popup -E "projectSelector"
|
||||
bind C-n display-popup -E -xC -yC -w 95% -h 95% -d "/mnt/c/Users/marti/Documents/notes/Work/" "vim quick_notes.md"
|
||||
bind C-n display-popup -E -xC -yC -w 95% -h 95% -d "/mnt/c/Users/marti/Documents/notes/Work/" "vim -c 'nnoremap q :wqa<CR>' quick_notes.md"
|
||||
bind C-q display-popup -E -xC -yC -w 95% -h 95% " \
|
||||
SESSION_NAME=\$(tmux display-message -p '#S'); \
|
||||
if [ \"\$SESSION_NAME\" = 'misc' ]; then \
|
||||
@@ -158,7 +158,7 @@ in
|
||||
else \
|
||||
cd \"\$HOME/pro/\$SESSION_NAME\" && vim -c 'nnoremap q :wqa<CR>' task_notes.md; \
|
||||
fi"
|
||||
bind C-p display-popup -E -xC -yC -w 95% -h 95% -d "/mnt/c/Users/marti/Documents/notes/Work/development/" "vim mbpr.md"
|
||||
bind C-p display-popup -E -xC -yC -w 95% -h 95% -d "/mnt/c/Users/marti/Documents/notes/Work/development/" "vim -c 'nnoremap q :wqa<CR>' mbpr.md"
|
||||
''}
|
||||
|
||||
#######################################
|
||||
|
||||
@@ -530,3 +530,5 @@ vim.api.nvim_set_hl(0, "TreesitterContextBottom", {
|
||||
underline = true,
|
||||
sp = "Grey"
|
||||
})
|
||||
|
||||
require('ibl').setup()
|
||||
|
||||
Reference in New Issue
Block a user