dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 1cec80736494aa3b7c919133f98f8e48d720c3dd
parent 60e4266cc742ca6cc25ee356c2dc85174d4419a9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 17 Sep 2019 10:44:31 +0200

Change keybinding for par

Diffstat:
M.config/vis/visrc.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/vis/visrc.lua b/.config/vis/visrc.lua @@ -73,7 +73,7 @@ vis.events.subscribe(vis.events.INIT, function() vis:map(vis.modes.NORMAL, leader..'CS', ':e ~/.config/vis/plugins/snippets.lua<Enter>') vis:map(vis.modes.NORMAL, leader..'d', ':< date<Enter>') vis:map(vis.modes.NORMAL, leader..'e', ':fzf true<Enter>') - vis:map(vis.modes.VISUAL, leader..'f', + vis:map(vis.modes.VISUAL, leader..'p', function() if vis.count then vis:command(string.format(':|par %d', vis.count))