set my monitor above my laptop monitor. Fix kitty tab navigation to not colide with a vim keybinding. Something in nvim and bash

This commit is contained in:
AM
2026-01-15 11:03:29 -06:00
parent ed9b83e890
commit 437fc1d8ee
4 changed files with 30 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin/:$(go env GOPATH)/bin
export PATH=$PATH:$HOME/.opencode/bin
fastfetch

View File

@@ -1,12 +1,12 @@
map ctrl+1 goto_tab 1
map ctrl+2 goto_tab 2
map ctrl+3 goto_tab 3
map ctrl+4 goto_tab 4
map ctrl+5 goto_tab 5
map ctrl+6 goto_tab 6
map ctrl+7 goto_tab 7
map ctrl+8 goto_tab 8
map ctrl+9 goto_tab 9
map ctrl+alt+1 goto_tab 1
map ctrl+alt+2 goto_tab 2
map ctrl+alt+3 goto_tab 3
map ctrl+alt+4 goto_tab 4
map ctrl+alt+5 goto_tab 5
map ctrl+alt+6 goto_tab 6
map ctrl+alt+7 goto_tab 7
map ctrl+alt+8 goto_tab 8
map ctrl+alt+9 goto_tab 9
background_opacity 0.8
# vim:ft=kitty

View File

@@ -12,6 +12,23 @@ return {
require "configs.lspconfig"
end,
},
{
"neovim-telescope/telescope.nvim",
opts = {
defaults = {
layout_config = {
horizontal = {
width = 0.98,
}
},
path_display = {
"filename_first",
shorten = 3,
},
dynamic_preview_title = true,
}
}
},
{
"toppair/peek.nvim",
event = { "BufEnter" },

View File

@@ -38,6 +38,8 @@ output * bg ~/Pictures/wallpapers/neon-highway-outrun-3840x2160-16079.jpg fill
# output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
output DP-1 position 0,0
output eDP-1 position 320,1440
### Idle configuration
#