Skip to content

Commit

Permalink
🔧 (keymap): change word easily
Browse files Browse the repository at this point in the history
thanks folke
  • Loading branch information
elythh committed Dec 5, 2024
1 parent 4f62914 commit 3eb29dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/keys.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

keymaps = [
# General maps
{
mode = "n";
key = "<C-c>";
action = "<cmd>ciw<CR>";
}
{
mode = "n";
key = "<leader>/";
Expand Down

0 comments on commit 3eb29dd

Please sign in to comment.