Stuff
This commit is contained in:
@@ -33,7 +33,7 @@ URxvt*keysym.C-F5: perl:urxvt-colors:
|
|||||||
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
URxvt.keysym.M-s: perl:keyboard-select:search
|
URxvt.keysym.M-s: perl:keyboard-select:search
|
||||||
|
|
||||||
URxvt.url-select.launcher: firefox
|
URxvt.url-select.launcher: browser
|
||||||
URxvt.url-select.underline: true
|
URxvt.url-select.underline: true
|
||||||
URxvt.url-select.button: 1
|
URxvt.url-select.button: 1
|
||||||
URxvt.keysym.M-u: perl:url-select:select_next
|
URxvt.keysym.M-u: perl:url-select:select_next
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ defbindings("WMPlex.toplevel", {
|
|||||||
--kpress(META.."T", "mod_query.exec_on_merr(_, XTERM or 'urxvt')"),
|
--kpress(META.."T", "mod_query.exec_on_merr(_, XTERM or 'urxvt')"),
|
||||||
|
|
||||||
bdoc("Run a browser."),
|
bdoc("Run a browser."),
|
||||||
kpress(META.."Shift+B", "mod_query.exec_on_merr(_, BROWSER or 'vimb')"),
|
kpress(META.."Shift+B", "notioncore.exec_on(_, 'browser')"),
|
||||||
|
|
||||||
bdoc("Query for command line to execute."),
|
bdoc("Query for command line to execute."),
|
||||||
kpress(META.."F2", "mod_query.query_exec(_)"),
|
kpress(META.."F2", "mod_query.query_exec(_)"),
|
||||||
|
|||||||
4
.nvimrc
4
.nvimrc
@@ -272,8 +272,10 @@ let g:airline#extensions#tabline#enabled = 1 " Enable airline for tab-bar
|
|||||||
" let g:airline#extensions#tabline#show_buffers = 0 " Don't display buffers in tab-bar with single tab
|
" let g:airline#extensions#tabline#show_buffers = 0 " Don't display buffers in tab-bar with single tab
|
||||||
" let g:airline#extensions#tabline#fnamemod = ':t' " Display only filename in tab
|
" let g:airline#extensions#tabline#fnamemod = ':t' " Display only filename in tab
|
||||||
|
|
||||||
" Buffer/Tab navigation like Firefox.
|
" Buffer/Tab navigation
|
||||||
|
nnoremap <C-b>p :bp<CR>
|
||||||
nnoremap <C-b>h :bp<CR>
|
nnoremap <C-b>h :bp<CR>
|
||||||
|
nnoremap <C-b>n :bn<CR>
|
||||||
nnoremap <C-b>l :bn<CR>
|
nnoremap <C-b>l :bn<CR>
|
||||||
nnoremap <C-b>d :bd<CR>
|
nnoremap <C-b>d :bd<CR>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 2.4
|
TargetRubyVersion: 2.5
|
||||||
Include:
|
Include:
|
||||||
- 'vendor/gems/**/*'
|
- 'vendor/gems/**/*'
|
||||||
Exclude:
|
Exclude:
|
||||||
|
|||||||
Reference in New Issue
Block a user