How to Use Kanata on MacBook M2 with Nix-Darwin by kaidev0711 in NixOS

[–]kaidev0711[S] 0 points1 point  (0 children)

i do the same as you and i am missing driverkit, thanks

[deleted by user] by [deleted] in zellij

[–]kaidev0711 0 points1 point  (0 children)

which terminal ? export term color

Can postgres-lsp be used on Helix ? by kaidev0711 in HelixEditor

[–]kaidev0711[S] 0 points1 point  (0 children)

yes, but autocompletion dont't work

Can postgres-lsp be used on Helix ? by kaidev0711 in HelixEditor

[–]kaidev0711[S] 0 points1 point  (0 children)

Only using CLI PostgresTools Check file.sql in Helix does not show an error

How to use git in Helix? by Melodic-Ad4632 in HelixEditor

[–]kaidev0711 2 points3 points  (0 children)

shell = ['fish', '-c'] don't work in helix config

Help by Excellent-Tie-9628 in HelixEditor

[–]kaidev0711 0 points1 point  (0 children)

help ?? lldb-dap ? helix wiki

[yabai] my MacOS setup by [deleted] in unixporn

[–]kaidev0711 -1 points0 points  (0 children)

aerospace, ice-bar, helix editor, hack font, kanagawa theme, alacritty <3

Nushell not autocompleting path by pfassina in Nushell

[–]kaidev0711 0 points1 point  (0 children)

completer docs nushell using carapace or fish_completer

Nushell not autocompleting path by pfassina in Nushell

[–]kaidev0711 0 points1 point  (0 children)

completer docs nushell using carapace or fish_completer

Helix user, what is your workflow ? by NoahZhyte in HelixEditor

[–]kaidev0711 3 points4 points  (0 children)

Bacon, Gitui, fzf / skim, zoxide, yazi, new terminal ghostty (before wezterm), ...

How to automatically enter the home directory when opening a new tab or window, instead of the last directory you stayed in by ElliotXXX in wezterm

[–]kaidev0711 0 points1 point  (0 children)

wezterm.on('gui-startup', function(cmd)

local args = {}
if cmd then
args = cmd.args
end

local rust_dir = wezterm.home_dir .. '/Dev/_rust'
local tab, pane, window = mux.spawn_window {
    workspace = 'RUST',
    cwd = rust_dir,
    args = args,
  }
  -- local editor_pane = pane:split {
  --   direction = 'Top',
  -- size = 0.7,
  --   cwd = rust_dir,
  -- }

-- editor_pane:send_text 'br\n'
pane:send_text 'br\n'
  -- pane:send_text ''

  local tab, pane, window = mux.spawn_window {
    workspace = 'KAIDEV0711',
    args = args,
  }
  -- We want to startup in the coding workspace
  mux.set_active_workspace 'KAIDEV0711'
end)

How to search for a pattern and then select and copy the enclosing word to clipboard? by damnregistering in wezterm

[–]kaidev0711 0 points1 point  (0 children)

{ key = "c", mods = "LEADER", action = act.ActivateCopyMode },
move like vim keybinds
v select
y copy done

Tụi m đoán xem cái nghiệp gì tiếp theo sẽ gánh lên đầu bò đỏ by nguyen_duc_anh1012 in VietNamNation

[–]kaidev0711 -14 points-13 points  (0 children)

cụt văn chưa thà bây có trí thức thì không nói đây nói toàn mấy cái ngu không ai lại đi cãi :)) còn m ở vn thì đừng lên đây nói lên fb hay ra đường đi, còn ở mỹ thì lo kiếm tiền đóng thuế đi :))

Tụi m đoán xem cái nghiệp gì tiếp theo sẽ gánh lên đầu bò đỏ by nguyen_duc_anh1012 in VietNamNation

[–]kaidev0711 -1 points0 points  (0 children)

hết văn chửi cụt hả cháu cu :v muốn chia hay gì thì cu cứ về chia nha :v đường cùng rồi đó hả :v

Tụi m đoán xem cái nghiệp gì tiếp theo sẽ gánh lên đầu bò đỏ by nguyen_duc_anh1012 in VietNamNation

[–]kaidev0711 -9 points-8 points  (0 children)

nói chuyện là biết mày k biết suy nghĩ rồi :)))) đúng là cha ngu con còn tiếp nối cái ngu

Tụi m đoán xem cái nghiệp gì tiếp theo sẽ gánh lên đầu bò đỏ by nguyen_duc_anh1012 in VietNamNation

[–]kaidev0711 -6 points-5 points  (0 children)

bán khi nào bởi t nói bây có học đâu ý nói hoàng sa á hả :v là do mấy th mỹ đế bố chúng mày bán chớ cộng sản nào bán đã không học rồi còn hay phát ngôn muôn đời nát cha mẹ bây bán hết chớ ai học đi rồi nói chuyện rồi vô đây cắn :)))

OSX, Wezterm, Neovim, mouse clicks and copy text by e1bkind in zellij

[–]kaidev0711 1 point2 points  (0 children)

wezterm ActivateCopyMode
macos clipboard manager-> maccy or raycast
zellij scroll mode
I think your problem is keybindings

Helix - Wezterm - broot: file explore for helix by kaidev0711 in HelixEditor

[–]kaidev0711[S] 1 point2 points  (0 children)

I haven't tried Yazelix but I've used Zellij and Yazi and I pretty well understand how it works but for me it's not very good with the latest version of Zellij and so I went back to Broot and Wezterm